Remove unused dependencies

This commit is contained in:
Matt Brubeck 2016-05-02 16:33:56 -07:00
parent a2b0585ffd
commit 6379243485
5 changed files with 0 additions and 8 deletions

View file

@ -11,7 +11,6 @@ path = "lib.rs"
[dependencies]
msg = {path = "../msg"}
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
plugins = {path = "../plugins"}
heapsize = "0.3.0"
heapsize_plugin = "0.1.2"
hyper = { version = "0.9", features = [ "serde-serialization" ] }