Files
wasmtime/src/libcretonne/Cargo.toml
Jakob Stoklund Olesen 82e05bcbc9 Implement type representation in Rust.
Start the Cretonne library as a Rust crate.
2016-03-11 15:54:28 -08:00

11 lines
155 B
TOML

[package]
authors = ["The cwCretonneRust Project Developers"]
name = "cretonne"
version = "0.0.0"
[lib]
name = "cretonne"
path = "lib.rs"
[dependencies]