Updated docs, moved lua into its own thread
This commit is contained in:
@@ -11,8 +11,10 @@ async-tftp = { path = "vendor/async-tftp-rs" }
|
||||
futures = "0.3.29"
|
||||
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-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"] }
|
||||
listenfd = "1.0.1"
|
||||
|
||||
Reference in New Issue
Block a user