aquatic/aquatic_udp_protocol/Cargo.toml
2022-09-25 11:40:43 +02:00

19 lines
448 B
TOML

[package]
name = "aquatic_udp_protocol"
description = "UDP BitTorrent tracker protocol"
keywords = ["udp", "protocol", "peer-to-peer", "torrent", "bittorrent"]
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
readme.workspace = true
rust-version.workspace = true
[dependencies]
byteorder = "1"
either = "1"
[dev-dependencies]
quickcheck = "1"
quickcheck_macros = "1"