Added Lua dependency

This commit is contained in:
michael-bailey 2022-03-02 17:32:35 +00:00
parent 77bf1e0e25
commit 62f4803d80
1 changed files with 1 additions and 0 deletions

View File

@ -26,5 +26,6 @@ openssl = "0.10.33"
tokio = { version = "1.9.0", features = ["full"] }
futures = "0.3.16"
async-trait = "0.1.52"
mlua = { version = "0.7.3", features=["lua54", "async", "serde", "macros"] }
foundation = {path = '../foundation'}