From 52ac3cf1715a9aaf59eb4fb1f710f5d2e1456837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Mon, 27 Mar 2017 22:27:14 +0900 Subject: [PATCH] Allow using servo as dependency, by fixing Cargo.toml of servo-test-tidy. --- python/tidy/servo_tidy_tests/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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