diff options
Diffstat (limited to 'components/util/Cargo.toml')
-rw-r--r-- | components/util/Cargo.toml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/components/util/Cargo.toml b/components/util/Cargo.toml new file mode 100644 index 00000000000..be6662b76f6 --- /dev/null +++ b/components/util/Cargo.toml @@ -0,0 +1,20 @@ +[package] +name = "util" +version = "0.0.1" +authors = ["The Servo Project Developers"] + +[lib] +name = "util" +path = "lib.rs" + +[dependencies.azure] +git = "https://github.com/servo/rust-azure" + +[dependencies.geom] +git = "https://github.com/servo/rust-geom" + +[dependencies.task_info] +path = "../../support/rust-task_info" + +[dependencies.string_cache] +git = "https://github.com/servo/string-cache" |