mlua/Cargo.toml

18 lines
358 B
TOML
Raw Normal View History

2017-05-21 19:50:59 -04:00
[package]
name = "rlua"
2017-05-29 16:33:54 -04:00
version = "0.4.2"
2017-05-22 03:06:33 -04:00
authors = ["kyren <catherine@chucklefish.org>"]
description = "High level bindings to Lua 5.3"
repository = "github.com/chucklefish/rlua"
documentation = "docs.rs/rlua"
2017-05-22 03:06:33 -04:00
readme = "README.md"
keywords = ["lua"]
license = "MIT"
2017-05-21 19:50:59 -04:00
[build-dependencies]
gcc = "0.3"
2017-05-21 19:50:59 -04:00
[dependencies]
hlist-macro = "0.1"
error-chain = "0.10"