braindead/Cargo.toml
2023-04-24 23:58:06 +02:00

15 lines
366 B
TOML

[package]
name = "braindead"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = { version = "0.4.17", features = [ "serde" ] }
mlua = { git = "https://github.com/khvzak/mlua", features = [ "lua54", "module"] }
once_cell = "1.17.1"
[lib]
crate-type = ["cdylib"]