include-lua 0.1.2

A crate that allows the embedding of a lua source tree into a Rust application binary.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "include-lua"

description = "A crate that allows the embedding of a lua source tree into a Rust application binary."

repository = "https://github.com/AlphaModder/include-lua"

readme = "../README.md"

version = "0.1.2"

license = "MIT"

authors = ["AlphaModder"]

edition = "2018"



[dependencies]

rlua = "0.16.2"

include-lua-macro = "0.1.2"

proc-macro-hack = "0.5.4"