Add Python to Rust example

This commit is contained in:
Alex Crichton
2015-04-19 10:44:03 -07:00
parent 515ebb2db1
commit e37bd54df4
4 changed files with 29 additions and 0 deletions

View File

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