rieter/server/Cargo.toml

18 lines
528 B
TOML

[package]
name = "rieterd"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0.6.18"
futures = "0.3.28"
libarchive = { path = "../libarchive" }
sha256 = "1.1.4"
tokio = { version = "1.29.1", features = ["full"] }
tokio-util = { version = "0.7.8", features = ["io"] }
tower = { version = "0.4.13", features = ["make"] }
tower-http = { version = "0.4.1", features = ["fs"] }
uuid = { version = "1.4.0", features = ["v4"] }