Fix author name in luajit example
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "luajit-to-rust"
|
name = "luajit-to-rust"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
# Modified based on python version
|
||||||
|
authors = ["Livio Ribeiro <livioribeiro@outlook.com>"]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "double_input"
|
name = "double_input"
|
||||||
|
|||||||
Reference in New Issue
Block a user