Files
rust-ffi-examples/rust-to-c/Cargo.toml
2017-09-27 10:05:17 +03: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.1"
[build-dependencies]
cc = "1.0"