Files
rust-ffi-examples/rust-to-cmake/Cargo.toml
Jörn-Michael Miehe 1f8a5265f6 Add CMake example
2019-08-15 16:52:52 +02:00

12 lines
190 B
TOML

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