18 lines
379 B
TOML
18 lines
379 B
TOML
[package]
|
|
name = "nac-rwa-bilateral-rules"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
description = "NAC RWA 双边贸易规则矩阵 — CN-EU/CN-JP/CN-US/CN-SG/EU-US/EU-JP"
|
|
authors = ["NAC Development Team"]
|
|
|
|
[lib]
|
|
name = "nac_rwa_bilateral_rules"
|
|
path = "src/lib.rs"
|
|
|
|
[lints.rust]
|
|
warnings = "deny"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
thiserror = "1.0"
|