internet_mapper_viewer/Cargo.toml

13 lines
351 B
TOML
Raw Permalink Normal View History

2024-12-12 23:48:07 +00:00
[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"
2024-12-13 22:59:08 +00:00
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
2024-12-12 23:48:07 +00:00
minio = {git="https://github.com/minio/minio-rs.git", rev = "c28f576"}
2024-12-13 22:59:08 +00:00
base64 = "0.22.1"