1
0
mirror of https://github.com/bytedream/litbwraw.git synced 2025-07-15 10:36:21 +02:00
Files
litbwraw/lua-playground/Cargo.toml

11 lines
181 B
TOML

[package]
name = "lua-playground"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib"]
[dependencies]
mlua = { version = ">=0.9.3", features = ["lua51", "vendored"] }