mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
rename crate "bittorrent_udp" to "aquatic_udp_protocol"
This commit is contained in:
parent
abc0034a45
commit
bc4ada104d
22 changed files with 46 additions and 48 deletions
13
aquatic_udp_protocol/Cargo.toml
Normal file
13
aquatic_udp_protocol/Cargo.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "aquatic_udp_protocol"
|
||||
version = "0.1.0"
|
||||
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
byteorder = "1"
|
||||
|
||||
[dev-dependencies]
|
||||
quickcheck = "0.9"
|
||||
quickcheck_macros = "0.9"
|
||||
Loading…
Add table
Add a link
Reference in a new issue