cuvat-rs/Cargo.toml
Jia Chao bb88e5f0b8 update: _dnf_summary
Signed-off-by: Jia Chao <jiachao2130@126.com>
2024-09-12 10:52:27 +08:00

20 lines
733 B
TOML

[package]
name = "cuvat-rs"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "cuvat"
path = "src/main.rs"
[dependencies]
clap = { version = "4.0", features = ["derive"] }
serde = { version = "1", features = ["serde_derive"] }
serde_json = { version = "1.0" }
toml = { version = "0.8" }
updateinfo-xmlparser = { git = "https://git.zhgsun.com:8089/jiachao2130/updateinfo-xmlparser.git", version = "0.1.1" }
cvrf-xmlparser = { git = "https://git.zhgsun.com:8089/jiachao2130/cvrf-xmlparser.git", version = "0.1.0" }
rpm-rs = { git = "https://git.zhgsun.com:8089/jiachao2130/rpm-rs.git", version = "0.1.0" }
lazy_static = { version = "1.5" }
ccutils = { git = "https://git.zhgsun.com:8089/jiachao2130/ccutils.git", version = "0.1.0" }