[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"