aquatic/aquatic_udp_protocol/Cargo.toml
2021-11-24 18:56:26 +01:00

16 lines
370 B
TOML

[package]
name = "aquatic_udp_protocol"
version = "0.1.0"
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
edition = "2021"
license = "Apache-2.0"
description = "UDP BitTorrent tracker protocol"
repository = "https://github.com/greatest-ape/aquatic"
[dependencies]
byteorder = "1"
either = "1"
[dev-dependencies]
quickcheck = "1"
quickcheck_macros = "1"