mirror of
https://github.com/bytedream/litbwraw.git
synced 2025-05-09 20:25:13 +02:00
11 lines
171 B
TOML
11 lines
171 B
TOML
[package]
|
|
name = "wasm"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
mlua = { version = "=0.10.3", features = ["lua53", "vendored"] }
|