chore: remove bunyan

This commit is contained in:
2025-09-23 11:28:58 +03:00
parent 6b7cab4032
commit ef3e903a6f
4 changed files with 4 additions and 75 deletions

View File

@@ -25,13 +25,9 @@ tokio = { version = "1", features = [
] }
tracing = "0.1"
tracing-appender = "0.2"
tracing-bunyan-formatter = { version = "0.3", default-features = false, optional = true }
tracing-subscriber = { version = "0.3", features = ["registry", "env-filter"] }
url = "2.5"
[features]
bunyan = ["tracing-bunyan-formatter"]
[lints.clippy]
pedantic = "warn"
nursery = "warn"