Files
rustfs/Cargo.toml
T
2024-06-23 13:37:49 +08:00

16 lines
323 B
TOML

[workspace]
resolver = "2"
members = ["rustfs", "store"]
[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", features = ["derive"] }
serde_json = "1.0"
tracing = "0.1"
futures = "0.3"