mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-10 23:26:53 +00:00
rename rustfs-logging to rustfs-obs
This commit is contained in:
+2
-2
@@ -13,7 +13,7 @@ members = [
|
||||
"iam", # Identity and Access Management
|
||||
"crypto", # Cryptography and security features
|
||||
"cli/rustfs-gui", # Graphical user interface client
|
||||
"packages/logging", # Logging utilities
|
||||
"packages/obs", # Observability utilities
|
||||
]
|
||||
resolver = "2"
|
||||
|
||||
@@ -81,7 +81,7 @@ rdkafka = { version = "0.37", features = ["tokio"] }
|
||||
rfd = { version = "0.15.2", default-features = false, features = ["xdg-portal", "tokio"] }
|
||||
rmp = "0.8.14"
|
||||
rmp-serde = "1.3.0"
|
||||
rustfs-logging = { path = "packages/logging", version = "0.0.1" }
|
||||
rustfs-obs = { path = "packages/obs", version = "0.0.1" }
|
||||
rust-embed = "8.6.0"
|
||||
s3s = { git = "https://github.com/Nugine/s3s.git", rev = "ab139f72fe768fb9d8cecfe36269451da1ca9779", default-features = true, features = [
|
||||
"tower",
|
||||
|
||||
Reference in New Issue
Block a user