Much progress
This commit is contained in:
11
Cargo.toml
11
Cargo.toml
@@ -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"
|
||||
Reference in New Issue
Block a user