cvrf-xmlparser/Cargo.toml
Jia Chao 1413e4a20f 添加 XmlReader
Signed-off-by: Jia Chao <jiac13@chinaunicom.cn>
2024-06-03 11:55:24 +08:00

16 lines
442 B
TOML

[package]
name = "cvrf-xmlparser"
version = "0.1.0"
edition = "2021"
authors = ["Jia Chao <jiachao2130@126.com"]
license = "MIT"
keywords = ["cve", "xml"]
include = ["src/**/*", "Cargo.toml", "README.md"]
description = "An xml parser for openEuler cvrf."
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1", features = ["serde_derive"] }
xml-rs = "0.8.20"