perl-to-rust

This commit is contained in:
Hao Wu
2015-04-24 15:51:08 -07:00
parent 858886c0d1
commit 134007b116
4 changed files with 42 additions and 0 deletions

9
perl-to-rust/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[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"]