mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
29 lines
611 B
TOML
29 lines
611 B
TOML
[package]
|
|
name = "util"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
[lib]
|
|
name = "util"
|
|
path = "lib.rs"
|
|
|
|
[dependencies.cssparser]
|
|
git = "https://github.com/servo/rust-cssparser"
|
|
|
|
[dependencies.geom]
|
|
git = "https://github.com/servo/rust-geom"
|
|
|
|
[dependencies.layers]
|
|
git = "https://github.com/servo/rust-layers"
|
|
|
|
[dependencies.task_info]
|
|
path = "../../support/rust-task_info"
|
|
|
|
[dependencies.string_cache]
|
|
git = "https://github.com/servo/string-cache"
|
|
|
|
[dependencies.string_cache_macros]
|
|
git = "https://github.com/servo/string-cache"
|
|
|
|
[dependencies.url]
|
|
git = "https://github.com/servo/rust-url"
|