cuvat-rs/Cargo.toml

12 lines
417 B
TOML
Raw Normal View History

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