Fixed examples

This commit is contained in:
Emi Tatsuo 2020-11-19 11:08:20 -05:00
parent 3da18ca530
commit 87d71cb207
Signed by: Emi
GPG Key ID: 68FAB2E2E6DFC98B
1 changed files with 2 additions and 0 deletions

View File

@ -29,3 +29,5 @@ mime_guess = { version = "2.0.3", optional = true }
[dev-dependencies]
env_logger = "0.8.1"
futures-util = "0.3.7"
tokio = { version = "0.3.1", features = ["macros", "rt-multi-thread", "sync"] }