Remove unused dependencies

This commit is contained in:
est31 2020-04-04 19:21:37 +02:00
parent 6207ac90da
commit dc142152e6
2 changed files with 0 additions and 53 deletions

View file

@ -10,14 +10,11 @@ doctest = false
[dependencies]
ra_tt = { path = "../ra_tt" }
ra_mbe = { path = "../ra_mbe" }
ra_proc_macro = { path = "../ra_proc_macro" }
serde_derive = "1.0.104"
serde = "1.0.104"
serde_json = "1.0.48"
libloading = "0.5.2"
goblin = "0.2.0"
[dev-dependencies]
cargo_metadata = "0.9.1"