summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 23424540e516c7a1dfbef95b9fd7c6f41dbea59d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rlua"
version = "0.2.0"
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 = "0.3"

[dependencies]
hlist-macro = "0.1"
error-chain = "0.10"