20 lines
383 B
TOML
20 lines
383 B
TOML
[package]
|
||
name = "nac-jurisdiction-version"
|
||
version = "1.0.0"
|
||
edition = "2021"
|
||
description = "NAC 辖区规则版本管理 - CA签名更新,旧版本自动归档"
|
||
|
||
[lib]
|
||
name = "nac_jurisdiction_version"
|
||
path = "src/lib.rs"
|
||
|
||
[lints.rust]
|
||
warnings = "allow"
|
||
|
||
[dependencies]
|
||
serde = { version = "1.0", features = ["derive"] }
|
||
serde_json = "1.0"
|
||
thiserror = "1.0"
|
||
|
||
[dev-dependencies]
|