Updates to Cargo.toml metadata

This commit is contained in:
kyren 2017-05-22 03:06:33 -04:00
parent 29b0f02472
commit ccc83767ec

View file

@ -1,7 +1,12 @@
[package]
name = "rlua"
version = "0.1.0"
authors = ["kyren <kerriganw@gmail.com>"]
authors = ["kyren <catherine@chucklefish.org>"]
repository = "https://github.com/chucklefish/rlua"
description = "High level bindings to Lua 5.3"
readme = "README.md"
keywords = ["lua"]
license = "MIT"
[build-dependencies]
gcc = "*"