diff options
Diffstat (limited to 'components/layout')
-rw-r--r-- | components/layout/Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/components/layout/Cargo.toml b/components/layout/Cargo.toml index 8cccb371428..9856c81b27b 100644 --- a/components/layout/Cargo.toml +++ b/components/layout/Cargo.toml @@ -7,9 +7,6 @@ authors = ["The Servo Project Developers"] name = "layout" path = "lib.rs" -[dependencies.app_units] -path = "../app_units" - [dependencies.azure] git = "https://github.com/servo/rust-azure" @@ -70,6 +67,7 @@ version = "0.2" features = [ "serde_serialization" ] [dependencies] +app_units = "0.1" log = "0.3" encoding = "0.2" fnv = "1.0" |