csaf2cusa/Cargo.toml
Jia Chao 6a75014e83 添加 auto 子命令,用于 cuavrs 系统自动转换,专用,尚未完成
Signed-off-by: Jia Chao <jiac13@chinaunicom.cn>
2024-07-02 09:42:50 +08:00

13 lines
423 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 = { version = "1", features = ["serde_derive"] }
serde_json = { version = "1.0" }