cuvat-rs/Cargo.toml
Jia Chao 969f62f547 添加 analyzer: db
Signed-off-by: Jia Chao <jiac13@chinaunicom.cn>
2024-06-25 14:38:19 +08:00

12 lines
427 B
TOML

[package]
name = "cuvat-rs"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.0", features = ["derive"] }
cvrf-xmlparser = { git = "http://git.culinux.net/jiachao2130/cvrf-xmlparser.git", version = "0.1.0" }
updateinfo-xmlparser = { git = "http://git.culinux.net/jiachao2130/updateinfo-xmlparser.git", version = "0.1.0" }
serde = { version = "1", features = ["serde_derive"] }
toml = { version = "0.8" }