Files
rust-ffi-examples/rust-to-c/Cargo.toml
2018-05-27 16:51:36 +08:00

12 lines
180 B
TOML

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