18 lines
377 B
TOML
18 lines
377 B
TOML
[package]
|
|
name = "nac-rwa-sharia-compliance"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
description = "NAC RWA 伊斯兰合规合约层 — AE/SA/MY 辖区 Sharia 合规"
|
|
authors = ["NAC Development Team"]
|
|
|
|
[lib]
|
|
name = "nac_rwa_sharia_compliance"
|
|
path = "src/lib.rs"
|
|
|
|
[lints.rust]
|
|
warnings = "deny"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
thiserror = "1.0"
|