2026-08-03 23:46:34 +03:00

14 lines
385 B
TOML

[package]
name = "dashboard_gen"
version = "0.1.0"
edition = "2024"
license = { workspace = true }
# NOTE: experiment — intentionally NOT inheriting `[lints] workspace = true`.
# If we keep this crate, turn workspace lints on and fix the fallout.
[dependencies]
serde = { workspace = true, features = ["derive", "alloc"] }
serde_json.workspace = true
json-pretty-compact = "0.1.2"