mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove unused dependencies
This commit is contained in:
parent
ad1d003e25
commit
b228d2700e
24 changed files with 1 additions and 179 deletions
|
@ -23,7 +23,6 @@ devtools_traits = {path = "../devtools_traits"}
|
|||
embedder_traits = { path = "../embedder_traits" }
|
||||
flate2 = "1"
|
||||
futures = "0.1"
|
||||
headers-core = "0.1"
|
||||
headers = "0.2"
|
||||
http = "0.1"
|
||||
hyper = "0.12"
|
||||
|
@ -53,8 +52,6 @@ servo_arc = {path = "../servo_arc"}
|
|||
servo_config = {path = "../config"}
|
||||
servo_url = {path = "../url"}
|
||||
tokio = "0.1"
|
||||
tokio-timer = "0.2"
|
||||
threadpool = "1.0"
|
||||
time = "0.1.17"
|
||||
url = "2.0"
|
||||
uuid = {version = "0.7", features = ["v4"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue