cvrf2cusa/Cargo.toml
Jia Chao edb907941b 完成子命令 convert
Signed-off-by: Jia Chao <jiac13@chinaunicom.cn>
2024-06-28 10:41:16 +08:00

12 lines
368 B
TOML

[package]
name = "cvrf2cusa"
version = "0.1.0"
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" }
serde_json = { version = "1.0" }