rename crate "bittorrent_udp" to "aquatic_udp_protocol"

This commit is contained in:
Joakim Frostegård 2020-05-25 19:21:52 +02:00
parent abc0034a45
commit bc4ada104d
22 changed files with 46 additions and 48 deletions

View file

@ -15,7 +15,7 @@ name = "aquatic_udp"
[dependencies]
anyhow = "1"
aquatic_common = { path = "../aquatic_common" }
bittorrent_udp = { path = "../bittorrent_udp" }
aquatic_udp_protocol = { path = "../aquatic_udp_protocol" }
cli_helpers = { path = "../cli_helpers" }
crossbeam-channel = "0.4"
hashbrown = "0.7"