nzr-virt: use log when needed
This commit is contained in:
parent
ec8528abb5
commit
7a9659eb9e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tracing = "0.1"
|
tracing = { version = "0.1", features = ["log"] }
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
tokio = { version = "1", features = ["process"] }
|
tokio = { version = "1", features = ["process"] }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue