20 lines
458 B
TOML
20 lines
458 B
TOML
[package]
|
|
name = "nac-rwa-legal-model"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
description = "NAC RWA 全球资产上链法律要素抽象数据模型 — 覆盖资产类型、产权结构、合约要件、税收要素、跨境规则"
|
|
authors = ["NAC Development Team"]
|
|
|
|
[lib]
|
|
name = "nac_rwa_legal_model"
|
|
path = "src/lib.rs"
|
|
|
|
[lints.rust]
|
|
warnings = "deny"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
thiserror = "1.0"
|
|
|
|
[dev-dependencies]
|