Skip to content

Commit

Permalink
snipe dev deps from core
Browse files Browse the repository at this point in the history
  • Loading branch information
prasannavl committed May 14, 2019
1 parent 512946b commit 358db73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace]
members = [
"tide",
"examples"
"examples",
]

[patch.crates-io]
Expand Down
10 changes: 0 additions & 10 deletions tide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,4 @@ default = ["hyper"]
hyper = ["http-service-hyper"]

[dev-dependencies]
basic-cookies = "0.1.3"
bytes = "0.4.12"
futures-fs = "0.0.5"
futures-util-preview = { version = "0.3.0-alpha.16", features = ["compat"] }
http-service-mock = "0.2.0"
juniper = "0.11.1"
mime = "0.3.13"
mime_guess = "2.0.0-alpha.6"
percent-encoding = "1.0.1"
serde = { version = "1.0.90", features = ["derive"] }
structopt = "0.2.15"

0 comments on commit 358db73

Please sign in to comment.