diff options
author | UK992 <urbankrajnc92@gmail.com> | 2017-02-27 17:02:00 +0100 |
---|---|---|
committer | UK992 <urbankrajnc92@gmail.com> | 2017-02-27 17:02:21 +0100 |
commit | 7e348fa2a11140c4dd1854b9b7fa8ad54a5dca02 (patch) | |
tree | cc287ac4e82fb9891a80b35914ba82f4dc2242c0 /python/tidy/servo_tidy_tests | |
parent | 63320730a5e2c9d13b7204a1e87beaa51f0708e1 (diff) | |
download | servo-7e348fa2a11140c4dd1854b9b7fa8ad54a5dca02.tar.gz servo-7e348fa2a11140c4dd1854b9b7fa8ad54a5dca02.zip |
Fix Cargo.toml in servo_tidy_tests
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 = "*" } |