[package]
name = "lua-playground"
version = "0.1.0"
edition = "2024"

[lib]
crate-type = ["cdylib"]

[dependencies]
mlua = { version = ">=0.9.3", features = ["lua51", "vendored"] }