Created upnp crate to port forward local ports

This commit is contained in:
Igor Katson 2023-12-05 14:24:16 +00:00
parent 215bccb89c
commit 626c529000
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
6 changed files with 663 additions and 1 deletions

View file

@ -9,7 +9,8 @@ members = [
"crates/sha1w",
"crates/librqbit_core",
"crates/peer_binary_protocol",
"crates/dht"
"crates/dht",
"crates/upnp"
]
[profile.dev]