19 lines
334 B
TOML
19 lines
334 B
TOML
[package]
|
|
name = "nac-jurisdiction-rules"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
description = "NAC 司法辖区宪法规则验证插件集"
|
|
|
|
[lib]
|
|
name = "nac_jurisdiction_rules"
|
|
path = "src/lib.rs"
|
|
|
|
[lints.rust]
|
|
warnings = "allow"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
thiserror = "1.0"
|
|
|
|
[dev-dependencies]
|