cvrf-xmlparser/Cargo.toml
Jia Chao 9eb62ef67c cargo init --lib
Signed-off-by: Jia Chao <jiac13@chinaunicom.cn>
2024-04-29 10:20:10 +08:00

14 lines
357 B
TOML

[package]
name = "cve-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 cve."
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]