lua 0.0.8

Bindings to Lua 5.3
[package]

name = "lua"
version = "0.0.8"
authors = ["J.C. Moyer"]
description = "Bindings to Lua 5.3"
documentation = "http://www.rust-ci.org/jcmoyer/rust-lua53/doc/lua/"
repository = "https://github.com/jcmoyer/rust-lua53"
readme = "README.md"
keywords = [
  "lua", "lua53", "rust-lua53", "bindings"
]
license = "MIT"
build = "build.rs"
links = "lua"

[dependencies]
bitflags = "0.1"