Files
rust-ffi-examples/python-to-rust/Cargo.toml
2015-04-19 10:44:03 -07:00

9 lines
156 B
TOML

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