elua/Cargo.toml

15 lines
341 B
TOML
Raw Normal View History

2024-01-22 03:53:53 +00:00
[package]
name = "elua"
2024-01-22 03:53:53 +00:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
mlua-sys = { version = "0.5.0", features = ["lua54"] }
thiserror = "1.0.56"
2024-02-28 23:39:15 +00:00
elua-derive = { path = "./elua-derive", optional = true}
[features]
teal = ["elua-derive"]