267fcec12d
1. TOML format (taplo): 123 files reformatted using correct config - Command: taplo format --config .config/taplo.toml 2. Zepter feature propagation fix: - pezframe-support: added pezsp-timestamp/try-runtime to try-runtime feature 3. generate-umbrella.py bug fix: - Script crashed when Cargo.toml/src didn't exist in umbrella dir - Added existence checks before deletion
26 lines
698 B
TOML
26 lines
698 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 }
|
|
|
|
[features]
|
|
std = ["log/std"]
|
|
serde = []
|