diff options
Diffstat (limited to 'python/tidy/servo_tidy_tests')
-rw-r--r-- | python/tidy/servo_tidy_tests/Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python/tidy/servo_tidy_tests/Cargo.toml b/python/tidy/servo_tidy_tests/Cargo.toml index c979a5cbd34..ce9526462e4 100644 --- a/python/tidy/servo_tidy_tests/Cargo.toml +++ b/python/tidy/servo_tidy_tests/Cargo.toml @@ -1,5 +1,8 @@ [package] name = "test" -version = "*" +version = "0.0.1" authors = ["The Servo Project Developers"] publish = false + +[dependencies] +test-package = { version = "*" } |