Files
rust-ffi-examples/rust-to-c/Cargo.toml
2015-04-19 10:07:11 -07:00

12 lines
181 B
TOML

[package]
name = "rust-to-c"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
build = "build.rs"
[dependencies]
libc = "0.1"
[build-dependencies]
gcc = "0.3"