Move tracing_subscriber to deltachat-rpc-server

This commit is contained in:
link2xt
2024-05-18 17:57:32 +00:00
parent 6bcb347426
commit 97695d7e19
4 changed files with 12 additions and 39 deletions

View File

@@ -22,6 +22,7 @@ serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.37.0", features = ["io-std"] }
tokio-util = "0.7.9"
yerpc = { version = "0.5.2", features = ["anyhow_expose", "openrpc"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
[features]
default = ["vendored"]