Remove unused dependencies

This commit is contained in:
Shotaro Yamada 2019-10-01 20:47:04 +09:00
parent ad1d003e25
commit b228d2700e
24 changed files with 1 additions and 179 deletions

View file

@ -14,7 +14,6 @@ path = "lib.rs"
malloc_size_of = { path = "../malloc_size_of", features = ["servo"] }
malloc_size_of_derive = "0.1"
to_shmem = { path = "../to_shmem" }
to_shmem_derive = { path = "../to_shmem_derive" }
serde = {version = "1.0", features = ["derive"]}
servo_rand = {path = "../rand"}
url = {version = "2.0", features = ["serde"]}