Files
rust-ffi-examples/perl-to-rust/Cargo.toml
2015-04-24 15:55:45 -07:00

10 lines
179 B
TOML

[package]
name = "perl-to-rust"
version = "0.1.0"
#modified based on python version
authors = ["Hao Wu <echowuhao@gmail.com>"]
[lib]
name = "double_input"
crate-type = ["dylib"]