mirror of
https://github.com/bytedream/litbwraw.git
synced 2025-05-09 12:15:13 +02:00
11 lines
181 B
TOML
11 lines
181 B
TOML
[package]
|
|
name = "lua-playground"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
mlua = { version = ">=0.9.3", features = ["lua51", "vendored"] }
|