Add lua (luajit) to rust example

This commit is contained in:
Livio Ribeiro
2015-09-25 16:57:26 -03:00
parent 640bfb9da8
commit 46c53a9e8a
4 changed files with 47 additions and 0 deletions

View File

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