Fix Cargo.toml in servo_tidy_tests

This commit is contained in:
UK992 2017-02-27 17:02:00 +01:00
parent 63320730a5
commit 7e348fa2a1

View file

@ -1,5 +1,8 @@
[package]
name = "test"
version = "*"
version = "0.0.1"
authors = ["The Servo Project Developers"]
publish = false
[dependencies]
test-package = { version = "*" }