From 77bc9af109f70c2c9905b8bb5786347138fe610c Mon Sep 17 00:00:00 2001 From: houseme Date: Thu, 24 Jul 2025 14:14:12 +0800 Subject: [PATCH] Update Cargo.toml --- crates/ahm/Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/crates/ahm/Cargo.toml b/crates/ahm/Cargo.toml index bd0fc3545..8446f5802 100644 --- a/crates/ahm/Cargo.toml +++ b/crates/ahm/Cargo.toml @@ -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 } \ No newline at end of file +tempfile = { workspace = true }