| # Wondering what this crate is? Take a look at the `lib.rs`! | |
| [package] | |
| name = "rustc_binaryen" | |
| version = "0.0.0" | |
| authors = ["The Rust Project Developers"] | |
| [lib] | |
| path = "lib.rs" | |
| [dependencies] | |
| libc = "0.2" | |
| [build-dependencies] | |
| cmake = "0.1" | |
| cc = "1.0" |