diff Cargo.toml @ 24:199ba034e4af

Generate tests dynamically based on tests/test_parse_files/ content.
author Bastien Orivel <eijebong@bananium.fr>
date Fri, 03 Jun 2016 22:18:15 +0200
parents 211b0df72e64
children c06d12a81637
line wrap: on
line diff
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,6 +2,7 @@
 name = "python-compiler"
 version = "0.0.1"
 authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"]
+build = "build.rs"
 
 [dependencies]
 cpython = "0.0"