csaf-parser/Cargo.toml

12 lines
380 B
TOML
Raw Normal View History

[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" }