lua-macro 0.1.1

Embed Lua code directly into your Rust, for some reason
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "lua-macro"
version = "0.1.1"
edition = "2021"
description = "Embed Lua code directly into your Rust, for some reason"
repository = "https://github.com/ry00001/inline-lua"
license = "MIT"
keywords = ["cursed", "lua", "embed", "another-language"]
categories = ["development-tools", "development-tools::ffi", "compilers"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
mlua = { version = "0.7.4", features = ["lua54"] }
quote = "1.0.15"
lua-macro-impl = { path = "../lua-macro-impl", version = "^0.1.0" }