Remove unused dependencies from util

This commit is contained in:
Matt Brubeck 2015-07-01 09:20:14 -07:00
parent 8570b22677
commit efa60d3a24
5 changed files with 0 additions and 15 deletions

View file

@ -18,9 +18,6 @@ doctest = false
[dependencies.plugins]
path = "../plugins"
[dependencies.selectors]
git = "https://github.com/servo/rust-selectors"
[dependencies.azure]
git = "https://github.com/servo/rust-azure"
@ -30,12 +27,10 @@ bitflags = "*"
libc = "*"
rand = "*"
rustc-serialize = "0.3"
time = "0.1.12"
smallvec = "0.1"
num_cpus = "0.2.2"
cssparser = "0.3.1"
num = "0.1.24"
lazy_static = "0.1.10"
url = "*"
string_cache = "0.1"
string_cache_plugin = "0.1"

View file

@ -33,7 +33,6 @@ extern crate num as num_lib;
extern crate num_cpus;
extern crate rand;
extern crate rustc_serialize;
extern crate selectors;
extern crate smallvec;
extern crate string_cache;
extern crate url;