添加 tracing 依赖

Signed-off-by: Jia Chao <jiac13@chinaunicom.cn>
This commit is contained in:
Jia Chao 2024-06-03 14:21:03 +08:00
parent 6c60cf0e36
commit e0b67fe1b0

View File

@ -12,4 +12,5 @@ description = "An xml parser for openEuler cvrf."
[dependencies]
serde = { version = "1", features = ["serde_derive"] }
xml-rs = "0.8.20"
tracing = { version = "0.1" }
xml-rs = { version = "0.8" }