1
0
mirror of https://github.com/bytedream/litbwraw.git synced 2025-07-13 17:56:21 +02:00
Files
litbwraw/example-library/Cargo.toml
2024-09-29 18:28:40 +02:00

11 lines
182 B
TOML

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