21 lines
504 B
TOML
21 lines
504 B
TOML
[package]
|
|
name = "nac-multi-jurisdiction"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
authors = ["NAC公链开发小组 · 多司法辖区工作组"]
|
|
description = "NAC公链多辖区节点共享方案 - Issue #59"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
sha3 = "0.10"
|
|
sha2 = "0.10"
|
|
hex = "0.4"
|
|
chrono = { version = "0.4", features = ["serde"] }
|
|
anyhow = "1.0"
|
|
thiserror = "1.0"
|
|
tokio = { version = "1.0", features = ["full"] }
|
|
|
|
[dev-dependencies]
|
|
tokio-test = "0.4"
|