Update Cargo.toml

This commit is contained in:
houseme
2025-07-24 14:14:12 +08:00
committed by GitHub
parent 91b1c84430
commit 77bc9af109
+7 -1
View File
@@ -5,6 +5,12 @@ edition.workspace = true
authors = ["RustFS Team"]
license.workspace = true
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]
rustfs-ecstore = { workspace = true }
@@ -38,4 +44,4 @@ serial_test = "3.2.0"
once_cell = { workspace = true }
tracing-subscriber = { workspace = true }
walkdir = "2.5.0"
tempfile = { workspace = true }
tempfile = { workspace = true }