cvrf2cusa/Cargo.toml
Jia Chao d1132d88d2 release v0.1.3: 初步与 cuap 联调通过
Signed-off-by: Jia Chao <jiachao2130@126.com>
2024-09-05 17:57:03 +08:00

17 lines
593 B
TOML

[package]
name = "cvrf2cusa"
version = "0.1.3"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.0", features = ["derive"] }
cvrf-xmlparser = { git = "https://git.zhgsun.com:8089/jiachao2130/cvrf-xmlparser.git", version = "0.1.0" }
lazy_static = { version = "1" }
regex = { version = "1" }
serde = { version = "1", features = ["serde_derive"] }
serde_json = { version = "1.0" }
tracing = { version = "0.1" }
tracing-subscriber = { version = "0.3", features = ["env-filter", "local-time"] }