Reuse some libraries that we already use in upnp crate

This commit is contained in:
Igor Katson 2024-08-25 14:59:39 +01:00
parent 291b440f81
commit 01499231ac
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
3 changed files with 29 additions and 17 deletions

2
Cargo.lock generated
View file

@ -1695,7 +1695,9 @@ version = "0.1.1"
dependencies = [
"anyhow",
"async-recursion",
"bstr",
"futures",
"httparse",
"network-interface",
"reqwest",
"serde",