bfc2cc5284
Replace all docs.rs documentation URLs with documentation.workspace = true to inherit from the workspace's docs.pezkuwichain.io URL.
22 lines
657 B
TOML
22 lines
657 B
TOML
[package]
|
|
name = "pezsc-storage-monitor"
|
|
version = "0.16.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
|
repository.workspace = true
|
|
description = "Storage monitor service for bizinikiwi"
|
|
homepage.workspace = true
|
|
documentation.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
clap = { features = ["derive", "string"], workspace = true }
|
|
fs4 = { workspace = true }
|
|
log = { workspace = true, default-features = true }
|
|
pezsp-core = { workspace = true, default-features = true }
|
|
thiserror = { workspace = true }
|
|
tokio = { features = ["time"], workspace = true, default-features = true }
|