Files
mlua-rs-mlua/Cargo.toml
T
kyren 5c0f183a52 Improved error handling and formatting
Now prints lua backtraces on callback errors as well.  This could be
controlled with LUA_BACKTRACE or just RUST_BACKTRACE or similar.
2017-05-22 14:25:36 -04:00

17 lines
335 B
TOML

[package]
name = "rlua"
version = "0.3.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"