10 lines
217 B
TOML
10 lines
217 B
TOML
|
|
[package]
|
||
|
|
name = "lua-sandbox"
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
anyhow.workspace = true
|
||
|
|
sha2.workspace = true
|
||
|
|
mlua = { version = "0.11.5", features = ["lua54", "vendored", "anyhow"] }
|