This commit is contained in:
John Smith
2022-06-29 13:57:53 -04:00
parent 8fbc985e9b
commit 11740dc1eb
3 changed files with 2 additions and 3 deletions

View File

@@ -25,12 +25,12 @@ tracing-opentelemetry = "^0"
opentelemetry = { version = "^0" }
opentelemetry-otlp = { version = "^0" }
opentelemetry-semantic-conventions = "^0"
clap = "^3"
async-std = { version = "^1", features = ["unstable"], optional = true }
tokio = { version = "^1", features = ["full"], optional = true }
tokio-stream = { version = "^0", features = ["net"], optional = true }
tokio-util = { version = "^0", features = ["compat"], optional = true}
async-tungstenite = { version = "^0", features = ["async-tls"] }
clap = "^3"
directories = "^4"
capnp = "^0"
parking_lot = "^0"