summary refs log tree commit diff
path: root/src/librustc_binaryen/Cargo.toml
blob: 9573c89471404d7877437cee350fa27b3cf97830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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"