]> git.lizzy.rs Git - rust.git/blob - src/librustc_binaryen/Cargo.toml
Auto merge of #45837 - SimonSapin:file_read_write, r=dtolnay
[rust.git] / src / librustc_binaryen / Cargo.toml
1 # Wondering what this crate is? Take a look at the `lib.rs`!
2
3 [package]
4 name = "rustc_binaryen"
5 version = "0.0.0"
6 authors = ["The Rust Project Developers"]
7
8 [lib]
9 path = "lib.rs"
10
11 [dependencies]
12 libc = "0.2"
13
14 [build-dependencies]
15 cmake = "0.1"
16 cc = "1.0"