NAC_Blockchain/nac-constitution-state/Cargo.toml

14 lines
292 B
TOML

[package]
name = "nac-constitution-state"
version = "0.1.0"
edition = "2021"
[lints.rust]
warnings = "allow"
[dependencies]
nac-upgrade-framework = { path = "../nac-upgrade-framework" }
nac-udm = { path = "../nac-udm" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"