Allow using servo as dependency, by fixing Cargo.toml of servo-test-tidy.

This commit is contained in:
강동윤 2017-03-27 22:27:14 +09:00
parent 1e2b36a97a
commit 52ac3cf171

View file

@ -6,3 +6,6 @@ publish = false
[dependencies]
test-package = { version = "*" }
[lib]
path = "lib.rs"