Implement type representation in Rust.

Start the Cretonne library as a Rust crate.
This commit is contained in:
Jakob Stoklund Olesen
2016-03-11 15:54:28 -08:00
parent 29cc36c8d9
commit 82e05bcbc9
4 changed files with 250 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[package]
authors = ["The cwCretonneRust Project Developers"]
name = "cretonne"
version = "0.0.0"
[lib]
name = "cretonne"
path = "lib.rs"
[dependencies]