This commit is contained in:
Conrad Kramer 2023-04-17 11:58:31 -04:00
parent b37086e8f6
commit 1a13b77295
20 changed files with 767 additions and 468 deletions

View file

@ -5,6 +5,7 @@ edition = "2021"
[dependencies]
libc = "0.2"
fehler = "1.0"
nix = { version = "0.25", features = ["ioctl"] }
socket2 = "0.4"
tokio = { version = "1.21", features = [] }
@ -20,5 +21,5 @@ hex-literal = "0.3"
platforms = "3.0"
reqwest = { version = "0.11", features = ["native-tls"] }
sha2 = "0.10"
tokio = { version = "1.21", features = ["rt"] }
tokio = { version = "1.0", features = ["rt"] }
zip = { version = "0.6", features = ["deflate"] }