NAC_Blockchain/nac-csnp/nac-nac_lens/Cargo.toml

14 lines
325 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-lens"
version = "4.0.0"
edition = "2021"
authors = ["NAC公链开发小组"]
description = "NAC远程过程调用协议NAC Lens"
[dependencies]
tokio = { version = "1.0", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
anyhow = "1.0"
thiserror = "1.0"