Files
rustfs/Cargo.toml
2024-06-28 18:13:50 +08:00

23 lines
576 B
TOML

[workspace]
resolver = "2"
members = ["rustfs", "ecstore"]
[workspace.package]
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rustfs/rustfs"
rust-version = "1.75"
[workspace.dependencies]
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
tracing = "0.1.40"
futures = "0.3.30"
bytes = "1.6.0"
http = "1.1.0"
thiserror = "1.0.61"
time = { version = "0.3.36", features = ["std", "parsing", "formatting", "macros", "serde"] }
async-trait = "0.1.80"
tokio = { version = "1.38.0", features = ["fs"] }
anyhow = "1.0.86"