mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-12-12 11:06:33 +00:00
Tokio is a dev dependency.
This commit is contained in:
parent
49f2075ac6
commit
bb6cd88cbf
1 changed files with 1 additions and 1 deletions
|
@ -14,8 +14,8 @@ name = "zero2prod"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4.0.0-beta.3"
|
actix-web = "4.0.0-beta.3"
|
||||||
tokio = "1"
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
actix-rt = "2"
|
actix-rt = "2"
|
||||||
reqwest = "0.11"
|
reqwest = "0.11"
|
||||||
|
tokio = "1"
|
||||||
|
|
Loading…
Reference in a new issue