diff options
author | 강동윤 <kdy1997.dev@gmail.com> | 2017-03-27 22:27:14 +0900 |
---|---|---|
committer | 강동윤 <kdy1997.dev@gmail.com> | 2017-03-27 22:32:12 +0900 |
commit | 52ac3cf1715a9aaf59eb4fb1f710f5d2e1456837 (patch) | |
tree | 296f24827c829e35335e164a8c9900440af95490 /python/tidy | |
parent | 1e2b36a97a9391e274d924227a8857024dbe4774 (diff) | |
download | servo-52ac3cf1715a9aaf59eb4fb1f710f5d2e1456837.tar.gz servo-52ac3cf1715a9aaf59eb4fb1f710f5d2e1456837.zip |
Allow using servo as dependency, by fixing Cargo.toml of servo-test-tidy.
Diffstat (limited to 'python/tidy')
-rw-r--r-- | python/tidy/servo_tidy_tests/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/tidy/servo_tidy_tests/Cargo.toml b/python/tidy/servo_tidy_tests/Cargo.toml index ce9526462e4..c664352e45f 100644 --- a/python/tidy/servo_tidy_tests/Cargo.toml +++ b/python/tidy/servo_tidy_tests/Cargo.toml @@ -6,3 +6,6 @@ publish = false [dependencies] test-package = { version = "*" } + +[lib] +path = "lib.rs"
\ No newline at end of file |