feat: with lua
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-02 12:21:12 +02:00
parent 506a8e4a4e
commit e6d5f8c4b8
6 changed files with 328 additions and 151 deletions

View File

@@ -35,3 +35,5 @@ libz-sys = { version = "1.1.9", default-features = false, features = [
inquire = { version = "0.6.2", features = ["console"] }
tempfile = { version = "3.6.0" }
serde_json = "1.0.97"
rlua = "0.19.5"
rlua-searcher = { git = "https://git.front.kjuulh.io/kjuulh/rlua-searcher.git", rev = "2b29a9d0e86ec7f91b31dd844a58168969b7b74b" }