feat: adds trace events to server

This commit is contained in:
Avery Harnish
2020-03-03 12:31:49 -06:00
parent 80511f2cb5
commit 2b6b19ebc3
7 changed files with 651 additions and 7 deletions

View File

@@ -6,6 +6,10 @@ version = "0.1.0"
[dependencies]
atoi = "0.3.2"
bytes = "0.5"
bytes = "0.5.4"
clap = { git = "https://github.com/clap-rs/clap/" }
tokio = { git = "https://github.com/tokio-rs/tokio", features = ["full"] }
tracing = "0.1.13"
tracing-futures = { version = "0.2.3", features = ["tokio"] }
tracing-subscriber = "0.2.2"
anyhow = "1.0.26"