mlua/Cargo.toml
kyren 8548fbd263 Bump cargo version to 0.7.0
I'm not 100% sold on the LuaError design, I think there are a lot of questions
still, but there have been enough bugfixes that it's better to do a cargo bump.
2017-06-25 02:41:02 -04:00

17 lines
353 B
TOML

[package]
name = "rlua"
version = "0.7.0"
authors = ["kyren <catherine@chucklefish.org>"]
description = "High level bindings to Lua 5.3"
repository = "https://github.com/chucklefish/rlua"
documentation = "https://docs.rs/rlua"
readme = "README.md"
keywords = ["lua"]
license = "MIT"
[build-dependencies]
gcc = "0.3"
[dependencies]
hlist-macro = "0.1"