mlua/Cargo.toml

16 lines
310 B
TOML
Raw Normal View History

2017-05-21 19:50:59 -04:00
[package]
name = "rlua"
version = "0.1.0"
2017-05-22 03:06:33 -04:00
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"
2017-05-21 19:50:59 -04:00
[build-dependencies]
gcc = "*"
[dependencies]
error-chain = "*"