aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy
diff options
context:
space:
mode:
author강동윤 <kdy1997.dev@gmail.com>2017-03-27 22:27:14 +0900
committer강동윤 <kdy1997.dev@gmail.com>2017-03-27 22:32:12 +0900
commit52ac3cf1715a9aaf59eb4fb1f710f5d2e1456837 (patch)
tree296f24827c829e35335e164a8c9900440af95490 /python/tidy
parent1e2b36a97a9391e274d924227a8857024dbe4774 (diff)
downloadservo-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.toml3
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