csaf-parser/Cargo.toml
Jia Chao d667ef7fda release v0.1.0
Signed-off-by: Jia Chao <jiac13@chinaunicom.cn>
2024-07-24 10:04:20 +08:00

12 lines
380 B
TOML

[package]
name = "csaf-parser"
version = "0.1.0"
edition = "2021"
[dependencies]
ccutils = { git = "https://git.zhgsun.com:8089/jiachao2130/ccutils.git", version = "0.1.0" }
cusa = { git = "https://git.zhgsun.com:8089/jiachao2130/cusa.git", version = "0.1.0" }
serde = { version = "1", features = ["serde_derive"] }
serde_json = { version = "1.0" }
tracing = { version = "0.1" }