add console-subscriber to rpc-stdio server

This commit is contained in:
Simon Laux
2024-10-03 10:34:43 +02:00
parent 92c10e56d3
commit de7d6753a9
4 changed files with 48 additions and 21 deletions

2
Cargo.lock generated
View File

@@ -1515,6 +1515,7 @@ name = "deltachat-rpc-server"
version = "1.148.1"
dependencies = [
"anyhow",
"console-subscriber",
"deltachat",
"deltachat-jsonrpc",
"futures-lite 2.3.0",
@@ -1523,6 +1524,7 @@ dependencies = [
"serde_json",
"tokio",
"tokio-util",
"tracing",
"tracing-subscriber",
"yerpc",
]