mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-28 16:07:05 +00:00
Update Cargo.toml
This commit is contained in:
@@ -5,6 +5,12 @@ edition.workspace = true
|
|||||||
authors = ["RustFS Team"]
|
authors = ["RustFS Team"]
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
description = "RustFS AHM (Automatic Health Management) Scanner"
|
description = "RustFS AHM (Automatic Health Management) Scanner"
|
||||||
|
repository.workspace = true
|
||||||
|
rust-version.workspace = true
|
||||||
|
homepage.workspace = true
|
||||||
|
documentation = "https://docs.rs/rustfs-ahm/latest/rustfs_ahm/"
|
||||||
|
keywords = ["RustFS", "AHM", "health-management", "scanner", "Minio"]
|
||||||
|
categories = ["web-programming", "development-tools", "filesystem"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rustfs-ecstore = { workspace = true }
|
rustfs-ecstore = { workspace = true }
|
||||||
@@ -38,4 +44,4 @@ serial_test = "3.2.0"
|
|||||||
once_cell = { workspace = true }
|
once_cell = { workspace = true }
|
||||||
tracing-subscriber = { workspace = true }
|
tracing-subscriber = { workspace = true }
|
||||||
walkdir = "2.5.0"
|
walkdir = "2.5.0"
|
||||||
tempfile = { workspace = true }
|
tempfile = { workspace = true }
|
||||||
|
|||||||
Reference in New Issue
Block a user