rename ecstore

This commit is contained in:
weisd
2024-06-25 15:45:21 +08:00
parent 7634eea4a2
commit 0a9f06096b
19 changed files with 2844 additions and 57 deletions
+4 -2
View File
@@ -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"] }