aquatic_ws: pass on offers to other peers; minor fixes

This commit is contained in:
Joakim Frostegård 2020-05-08 21:05:46 +02:00
parent f2ae494902
commit 5b58db90e3
5 changed files with 130 additions and 31 deletions

View file

@ -14,6 +14,7 @@ name = "aquatic_ws"
path = "src/bin/main.rs"
[dependencies]
aquatic = { path = "../aquatic" }
bittorrent_udp = { path = "../bittorrent_udp" }
cli_helpers = { path = "../cli_helpers" }
flume = "0.7"