init: rename

This commit is contained in:
shiro.lee
2024-06-23 13:37:49 +08:00
parent 4d1a6254e2
commit 2345398f14
5 changed files with 8 additions and 8 deletions
Generated
+5 -5
View File
@@ -70,7 +70,7 @@ dependencies = [
name = "rustfs"
version = "0.1.0"
dependencies = [
"s3-object-layer",
"store",
"tracing-subscriber",
]
@@ -80,10 +80,6 @@ version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
[[package]]
name = "s3-object-layer"
version = "0.1.0"
[[package]]
name = "serde"
version = "1.0.203"
@@ -130,6 +126,10 @@ version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
[[package]]
name = "store"
version = "0.1.0"
[[package]]
name = "syn"
version = "2.0.67"