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