Split up the unit tests crate

This commit is contained in:
Prabhjyot Singh Sodhi 2015-04-16 06:02:11 +05:30 committed by Simon Sapin
parent fe61cdc95d
commit 7b9c9e1453
8 changed files with 135 additions and 51 deletions

View file

@ -0,0 +1,26 @@
[package]
name = "style_tests"
version = "0.0.1"
authors = ["The Servo Project Developers"]
[lib]
name = "style_tests"
path = "lib.rs"
doctest = false
[dependencies.script]
path = "../../components/script"
[dependencies.selectors]
git = "https://github.com/servo/rust-selectors"
[dependencies.string_cache]
git = "https://github.com/servo/string-cache"
[dependencies.string_cache_plugin]
git = "https://github.com/servo/string-cache"
[dependencies]
cookie = "*"
url = "*"
hyper = "0.3"