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"] }
|
||||
@ -14,4 +14,4 @@ url = "2.3"
|
||||
[dev-dependencies]
|
||||
color-eyre = "0.6"
|
||||
tokio = { version = "1.0", default-features = false, features = ["macros"] }
|
||||
tracing-subscriber = "0.3"
|
||||
tracing-subscriber = "0.3"
|
Loading…
x
Reference in New Issue
Block a user