Skip to content

Commit

Permalink
Make tokio a dev-dependency only
Browse files Browse the repository at this point in the history
  • Loading branch information
ramosbugs committed Jun 9, 2019
1 parent 47e93d7 commit d3aa46a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
sha2 = "0.7"
tokio = "0.1"
tokio-io = "0.1"
url = "1.0"

[dev-dependencies]
tokio = "0.1"

0 comments on commit d3aa46a

Please sign in to comment.