NAC_Blockchain/nac-rwa-jurisdiction-adapters/Cargo.toml

19 lines
455 B
TOML

[package]
name = "nac-rwa-jurisdiction-adapters"
version = "1.0.0"
edition = "2021"
description = "NAC RWA 全球核心辖区适配器 — CN/HK/SG/AE/US/EU-DE/EU-FR/JP/KR/AU/GB"
authors = ["NAC Development Team"]
[lib]
name = "nac_rwa_jurisdiction_adapters"
path = "src/lib.rs"
[lints.rust]
warnings = "deny"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"
nac-rwa-legal-model = { path = "../nac-rwa-legal-model" }