Add Rust to C example
This commit is contained in:
11
rust-to-c/Cargo.toml
Normal file
11
rust-to-c/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user