Add scaffolding for a Python build script.

Hook up a Cargo build script that runs a Python script in the meta directory.
This commit is contained in:
Jakob Stoklund Olesen
2016-04-05 13:21:46 -07:00
parent 807b718358
commit 0b8db43bbe
3 changed files with 61 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
authors = ["The cwCretonneRust Project Developers"]
name = "cretonne"
version = "0.0.0"
build = "build.rs"
[lib]
name = "cretonne"