mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 08:18:18 +00:00
22 lines
507 B
TOML
22 lines
507 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.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 = "0.3.36"
|
|
async-trait = "0.1.80"
|
|
tokio = { version = "1.38.0", features = ["macros", "rt", "rt-multi-thread"] }
|