feat: with rlua searcher
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-02 12:49:25 +02:00
parent 44e8fe8918
commit fd01de7ede
2 changed files with 27 additions and 31 deletions

View File

@@ -38,5 +38,5 @@ inquire = { version = "0.6.2", features = ["console"] }
tempfile = { version = "3.7.0" }
serde_json = "1.0.104"
rlua = "0.19.7"
rlua-searcher = { git = "https://git.front.kjuulh.io/kjuulh/rlua-searcher.git", rev = "2b29a9d0e86ec7f91b31dd844a58168969b7b74b" }
rlua-searcher = "0.1.0"
dotenv = { version = "0.15.0", features = ["clap"] }