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