Skip to content

Commit 49e7515

Browse files
committed
Move some example deps to dev-dependencies
1 parent 64e9569 commit 49e7515

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,18 @@ readme = "README.md"
1111
[dependencies]
1212
tower-web = "0.3.6"
1313
tower-service = "0.1.0"
14-
tokio = "0.1.18"
1514
serde = "1.0.89"
1615
serde_json = "1.0.39"
1716
serde_plain = "0.3.0"
1817
futures = "0.1.25"
1918
prost = "0.5.0"
20-
prost-derive = "0.5.0"
2119
bytes = "0.4.12"
2220
http = "0.1.14"
21+
22+
[dev-dependencies]
23+
tokio = "0.1.18"
2324
reqwest = "0.9.14"
2425

26+
2527
[build-dependencies]
2628
prost-build = "0.5.0"

0 commit comments

Comments
 (0)