mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-19 02:56:18 +00:00
fix: Update workspace member descriptions for clarity
This commit is contained in:
+13
-14
@@ -1,18 +1,18 @@
|
|||||||
[workspace]
|
[workspace]
|
||||||
members = [
|
members = [
|
||||||
"madmin",
|
"madmin", # Management dashboard and admin API interface
|
||||||
"rustfs",
|
"rustfs", # Core file system implementation
|
||||||
"ecstore",
|
"ecstore", # Erasure coding storage implementation
|
||||||
"e2e_test",
|
"e2e_test", # End-to-end test suite
|
||||||
"common/common",
|
"common/common", # Shared utilities and data structures
|
||||||
"common/lock",
|
"common/lock", # Distributed locking implementation
|
||||||
"common/protos",
|
"common/protos", # Protocol buffer definitions
|
||||||
"api/admin",
|
"api/admin", # Admin HTTP API endpoints
|
||||||
"reader",
|
"reader", # Object reading service
|
||||||
"common/workers",
|
"common/workers", # Worker thread pools and task scheduling
|
||||||
"iam",
|
"iam", # Identity and Access Management
|
||||||
"crypto",
|
"crypto", # Cryptography and security features
|
||||||
"cli/rustfs-gui",
|
"cli/rustfs-gui", # Graphical user interface client
|
||||||
]
|
]
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
@@ -112,7 +112,6 @@ test-case = "3.3.1"
|
|||||||
zip = "2.2.3"
|
zip = "2.2.3"
|
||||||
|
|
||||||
|
|
||||||
[profile]
|
|
||||||
|
|
||||||
[profile.wasm-dev]
|
[profile.wasm-dev]
|
||||||
inherits = "dev"
|
inherits = "dev"
|
||||||
|
|||||||
Reference in New Issue
Block a user