updateinfo-xmlparser/Cargo.toml
Jia Chao 6da497c4a5 update: 0.1.2
1. RpmInfo epoch 使用 Option<i32> 类型存储
2. arch() 返回 Option<&str>

Signed-off-by: Jia Chao <jiac13@chinaunicom.cn>
2024-09-18 10:51:24 +08:00

11 lines
312 B
TOML

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