internet_mapper_viewer/Cargo.toml
Oliver Atkinson 20d9ce0f45 so close!
2024-12-13 15:59:08 -07:00

13 lines
351 B
TOML

[package]
name = "middleman"
version = "0.1.0"
edition = "2021"
[dependencies]
rocket = {path = "../Rocket/core/lib"}
tokio = { version = "1.40.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
minio = {git="https://github.com/minio/minio-rs.git", rev = "c28f576"}
base64 = "0.22.1"