mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-05 20:43:14 +00:00
14 lines
385 B
TOML
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"
|