Include test crates as workspace members rather that dev-dependencies

This commit is contained in:
Simon Sapin 2017-11-30 16:46:14 +01:00
parent 05a364c7b8
commit 9d898cd460
5 changed files with 7 additions and 40 deletions

View file

@ -9,9 +9,6 @@ name = "profile_tests"
path = "lib.rs"
doctest = false
[features]
unstable = ["servo_allocator/unstable"]
[dependencies]
ipc-channel = "0.9"
profile = {path = "../../../components/profile"}