lua54-rs 0.1.0

Lua 5.4.1 bindings for Rust.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[build-dependencies.cc]
version = "1.0.61"
[dependencies.bitflags]
version = "1.2.1"

[dependencies.libc]
version = "0.2.80"

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