mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-30 16:59:52 +00:00
@@ -1,9 +1,9 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rustfs-ahm"
|
name = "rustfs-ahm"
|
||||||
version = "0.0.5"
|
version.workspace = true
|
||||||
edition = "2021"
|
edition.workspace = true
|
||||||
authors = ["RustFS Team"]
|
authors = ["RustFS Team"]
|
||||||
license = "Apache-2.0"
|
license.workspace = true
|
||||||
description = "RustFS AHM (Automatic Health Management) Scanner"
|
description = "RustFS AHM (Automatic Health Management) Scanner"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
@@ -32,10 +32,10 @@ chrono = { workspace = true }
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rmp-serde = { workspace = true }
|
rmp-serde = { workspace = true }
|
||||||
tokio-test = "0.4"
|
tokio-test = { workspace = true }
|
||||||
serde_json = { workspace = true }
|
serde_json = { workspace = true }
|
||||||
serial_test = "3.2.0"
|
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 = "3.10"
|
tempfile = { workspace = true }
|
||||||
Reference in New Issue
Block a user