NAC_Blockchain/nac-uca/Cargo.toml

14 lines
276 B
TOML

[package]
name = "nac-uca"
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"] }
thiserror = "1.0"