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

View File

@@ -22,6 +22,8 @@ tokio = { workspace = true, features = ["io-std"] }
tokio-util = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter"] }
yerpc = { workspace = true, features = ["anyhow_expose", "openrpc"] }
console-subscriber = "0.4.0"
tracing = "0.1.40"
[features]
default = ["vendored"]