Much progress

This commit is contained in:
2023-11-18 17:06:10 +01:00
parent f3bce83ba9
commit 112ab8fbf1
8 changed files with 493 additions and 10 deletions

View File

@@ -6,3 +6,14 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-lock = "3.1.0"
async-tftp = { path = "vendor/async-tftp-rs" }
futures = "0.3.29"
anyhow = "1"
fern = "0.6.2"
structopt = "0.3"
tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros", "rt"] }
mlua = { version = "0.9.1", features = ["luau-jit", "vendored", "async", "send"] }
reqwest = { version = "0.11.22", features = ["stream"] }
listenfd = "1.0.1"
libc = "0.2.150"