mirror of
https://github.com/chatmail/core.git
synced 2026-05-22 00:06:30 +03:00
Use tracing crate for logging
This commit is contained in:
@@ -14,12 +14,12 @@ deltachat-jsonrpc = { path = "../deltachat-jsonrpc", default-features = false }
|
||||
deltachat = { path = "..", default-features = false }
|
||||
|
||||
anyhow = "1"
|
||||
env_logger = { version = "0.10.0" }
|
||||
futures-lite = "1.12.0"
|
||||
log = "0.4"
|
||||
serde_json = "1.0.91"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
tokio = { version = "1.25.0", features = ["io-std"] }
|
||||
tracing-subscriber = { version = "0.3", default-features=false, features = ["std", "env-filter", "fmt"] }
|
||||
tracing = { version = "0.1" }
|
||||
yerpc = { version = "0.4.0", features = ["anyhow_expose"] }
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user