write server test (#19)
This commit is contained in:
@@ -12,3 +12,7 @@ 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"
|
||||
|
||||
[dev-dependencies]
|
||||
# Enable test-utilities in dev mode only. This is mostly for tests.
|
||||
tokio = { git = "https://github.com/tokio-rs/tokio", features = ["test-util"] }
|
||||
|
||||
Reference in New Issue
Block a user