NAC_Blockchain/nac-csnp/Cargo.toml

15 lines
398 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[package]
name = "nac-csnp"
version = "1.0.0"
edition = "2021"
authors = ["NAC公链开发小组"]
description = "宪政结构化网络协议CSNP- NAC P2P网络"
[dependencies]
nac-upgrade-framework = { path = "../nac-upgrade-framework" }
tokio = { version = "1.0", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
anyhow = "1.0"
thiserror = "1.0"