mirror of
https://github.com/bytedream/litbwraw.git
synced 2025-05-09 12:15:13 +02:00
8 lines
150 B
TOML
8 lines
150 B
TOML
[package]
|
|
name = "example-binary"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
mlua = { version = ">=0.9.3", features = ["lua51", "vendored"] }
|