添加 tracing 依赖
Signed-off-by: Jia Chao <jiac13@chinaunicom.cn>
This commit is contained in:
parent
6c60cf0e36
commit
e0b67fe1b0
|
@ -12,4 +12,5 @@ description = "An xml parser for openEuler cvrf."
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde = { version = "1", features = ["serde_derive"] }
|
serde = { version = "1", features = ["serde_derive"] }
|
||||||
xml-rs = "0.8.20"
|
tracing = { version = "0.1" }
|
||||||
|
xml-rs = { version = "0.8" }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user