mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 13:16:28 +00:00
rename ecstore
This commit is contained in:
+4
-2
@@ -1,6 +1,6 @@
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = ["rustfs", "store"]
|
||||
members = ["rustfs", "ecstore"]
|
||||
|
||||
[workspace.package]
|
||||
edition = "2021"
|
||||
@@ -18,4 +18,6 @@ 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"] }
|
||||
# tokio = { version = "1.38.0", features = ["macros", "rt", "rt-multi-thread", "fs", "io-util"] }
|
||||
tokio = { version = "1.38.0", features = ["full"] }
|
||||
tokio-util = { version = "0.7.8", features = ["io"] }
|
||||
|
||||
Reference in New Issue
Block a user