Files
rust-ffi-examples/node-to-rust/Cargo.toml
2015-04-19 10:48:56 -07:00

9 lines
154 B
TOML

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