[package] name = "lua54-rs" description = "Lua 5.4.1 bindings for Rust." version = "0.1.0" authors = ["Amit Bashan"] edition = "2018" repository = "https://github.com/amitbashan/lua54-rs" license = "MIT" [build-dependencies] cc = "1.0.61" [dependencies] bitflags = "1.2.1" libc = "0.2.80"