Skip to content

Commit 358db73

Browse files
committed
snipe dev deps from core
1 parent 512946b commit 358db73

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[workspace]
22
members = [
33
"tide",
4-
"examples"
4+
"examples",
55
]
66

77
[patch.crates-io]

tide/Cargo.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,4 @@ default = ["hyper"]
4949
hyper = ["http-service-hyper"]
5050

5151
[dev-dependencies]
52-
basic-cookies = "0.1.3"
53-
bytes = "0.4.12"
54-
futures-fs = "0.0.5"
55-
futures-util-preview = { version = "0.3.0-alpha.16", features = ["compat"] }
5652
http-service-mock = "0.2.0"
57-
juniper = "0.11.1"
58-
mime = "0.3.13"
59-
mime_guess = "2.0.0-alpha.6"
60-
percent-encoding = "1.0.1"
61-
serde = { version = "1.0.90", features = ["derive"] }
62-
structopt = "0.2.15"

0 commit comments

Comments
 (0)