Added libloading dependency

This commit is contained in:
michael-bailey 2022-03-13 17:12:37 +00:00
parent 5746163123
commit 3e15195b0f
1 changed files with 1 additions and 0 deletions

View File

@ -27,5 +27,6 @@ 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"] }
libloading = "0.7"
foundation = {path = '../foundation'}