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

9 lines
155 B
TOML

[package]
name = "c-to-rust"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
[lib]
name = "double_input"
crate-type = ["staticlib"]