This commit is contained in:
Robin Appelman 2020-12-03 16:28:19 +01:00
commit 58b51a72cf
4 changed files with 65 additions and 5 deletions

View file

@ -7,4 +7,7 @@ keywords = ["warp"]
categories = ["web-programming::http-server"]
[dependencies]
warp = { version = "0.2" }
warp = { version = "0.2" }
[dev-dependencies]
tokio = { version = "0.2", features = ["macros"] }