updateinfo-xmlparser/Cargo.toml
Jia Chao 3b19ae8112 更新依赖源
Signed-off-by: Jia Chao <jiac13@chinaunicom.cn>
2024-06-26 16:50:30 +08:00

11 lines
307 B
TOML

[package]
name = "updateinfo-xmlparser"
version = "0.1.0"
edition = "2021"
[dependencies]
cvrf-xmlparser = { git = "https://git.zhgsun.com/jiachao2130/cvrf-xmlparser.git", version = "0.1.0" }
serde = { version = "1", features = ["serde_derive"] }
tracing = { version = "0.1" }
xml-rs = { version = "0.8" }