We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512946b commit 358db73Copy full SHA for 358db73
Cargo.toml
@@ -1,7 +1,7 @@
1
[workspace]
2
members = [
3
"tide",
4
- "examples"
+ "examples",
5
]
6
7
[patch.crates-io]
tide/Cargo.toml
@@ -49,14 +49,4 @@ default = ["hyper"]
49
hyper = ["http-service-hyper"]
50
51
[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"] }
56
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