make tracing not optional anymore
This commit is contained in:
parent
87b2cf4b3b
commit
1bd1908291
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
tracing = { version = "0.1", optional = true }
|
||||
tracing = "0.1"
|
||||
thiserror = "1.0"
|
||||
reqwest = { version = "0.11", default-features = false, features = ["cookies"] }
|
||||
quick-xml = { version = "0.28", features = ["serialize"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user