aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorest31 <[email protected]>2020-04-04 18:21:37 +0100
committerest31 <[email protected]>2020-04-04 18:22:14 +0100
commitdc142152e6d9953acd94e560d3282ef18c1a414a (patch)
treec79aad13458dd3c36b79054f26374b8622b1aceb /crates
parent6207ac90da7e607218457bf872fa32df6b78f224 (diff)
Remove unused dependencies
Diffstat (limited to 'crates')
-rw-r--r--crates/ra_proc_macro_srv/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/crates/ra_proc_macro_srv/Cargo.toml b/crates/ra_proc_macro_srv/Cargo.toml
index fa2de2c91..315191cc5 100644
--- a/crates/ra_proc_macro_srv/Cargo.toml
+++ b/crates/ra_proc_macro_srv/Cargo.toml
@@ -10,14 +10,11 @@ doctest = false
10 10
11[dependencies] 11[dependencies]
12ra_tt = { path = "../ra_tt" } 12ra_tt = { path = "../ra_tt" }
13ra_mbe = { path = "../ra_mbe" }
14ra_proc_macro = { path = "../ra_proc_macro" } 13ra_proc_macro = { path = "../ra_proc_macro" }
15 14
16serde_derive = "1.0.104" 15serde_derive = "1.0.104"
17serde = "1.0.104" 16serde = "1.0.104"
18serde_json = "1.0.48" 17serde_json = "1.0.48"
19libloading = "0.5.2"
20goblin = "0.2.0"
21 18
22[dev-dependencies] 19[dev-dependencies]
23cargo_metadata = "0.9.1" 20cargo_metadata = "0.9.1"