diff options
author | Glenn Watson <gw@intuitionlibrary.com> | 2015-10-01 11:45:35 +1000 |
---|---|---|
committer | Glenn Watson <gw@intuitionlibrary.com> | 2015-10-01 11:45:35 +1000 |
commit | 1999ea5e4394f2bf74b68e937affb51f57d302dc (patch) | |
tree | 36bb5d1235d34963f25d3519b7d926146b770631 /components/script | |
parent | 35888e5a1d48511ec54ddf8c58f1c7b0c47c5d3c (diff) | |
download | servo-1999ea5e4394f2bf74b68e937affb51f57d302dc.tar.gz servo-1999ea5e4394f2bf74b68e937affb51f57d302dc.zip |
Update servo to use published app units crate
Diffstat (limited to 'components/script')
-rw-r--r-- | components/script/Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index b34aa09b258..f6171914dc9 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -12,9 +12,6 @@ path = "lib.rs" [features] debugmozjs = ['js/debugmozjs'] -[dependencies.app_units] -path = "../app_units" - [dependencies.plugins] path = "../plugins" @@ -74,6 +71,7 @@ version = "0.6" features = [ "serde-serialization" ] [dependencies] +app_units = "0.1" log = "0.3" encoding = "0.2" fnv = "1.0" |