engine/lua-wrapper/Cargo.toml
2024-08-23 13:22:09 +02:00

11 lines
222 B
TOML

[package]
name = "lua-wrapper"
version = "0.1.0"
authors = ["hodasemi <michaelh.95@t-online.de>"]
edition = "2021"
[dependencies]
mlua = { workspace = true }
assetpath = { workspace = true }
anyhow = { workspace = true }