Add basic installer for TP-Link v5

This commit is contained in:
Markus Unterwaditzer
2025-04-28 01:26:56 +02:00
committed by Cooper Quintin
parent 60015e0ff6
commit e071bc6619
4 changed files with 129 additions and 15 deletions
Generated
+7 -3
View File
@@ -1170,12 +1170,12 @@ dependencies = [
[[package]]
name = "http-body-util"
version = "0.1.0"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cb79eb393015dadd30fc252023adb0b2400a0caee0fa2a077e6e21a551e840"
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
dependencies = [
"bytes",
"futures-util",
"futures-core",
"http",
"http-body",
"pin-project-lite",
@@ -1491,7 +1491,11 @@ version = "0.1.0"
dependencies = [
"adb_client",
"anyhow",
"axum",
"bytes",
"clap",
"hyper",
"hyper-util",
"md5",
"nusb",
"reqwest",