UPNP server integrated into rqbit.
How to use: https://github.com/ikatson/rqbit/pull/208
This commit is contained in:
parent
e8bd7ca7e5
commit
9e7b656f0b
34 changed files with 2420 additions and 234 deletions
|
|
@ -14,7 +14,7 @@ readme = "README.md"
|
|||
[dependencies]
|
||||
tracing = "0.1"
|
||||
anyhow = "1"
|
||||
reqwest = { version = "0.12" }
|
||||
reqwest = { version = "0.12", default-features = false }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde-xml-rs = "0.6.0"
|
||||
tokio = { version = "1", features = ["macros"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue