Implemented script reloading

This commit is contained in:
2023-11-19 01:37:39 +01:00
parent fabbf74206
commit 559bd03de3
3 changed files with 22 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ anyhow = "1"
fern = "0.6.2"
log = "0.4.20"
structopt = "0.3"
tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros", "rt"] }
tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros", "rt", "signal"] }
tokio-util = { version = "0.7.10", features = ["io", "io-util", "rt", "compat"] }
mlua = { version = "0.9.1", features = ["luau-jit", "vendored", "async", "send"] }
reqwest = { version = "0.11.22", features = ["stream"] }