mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
16 lines
374 B
TOML
16 lines
374 B
TOML
[package]
|
|
name = "aquatic_udp_protocol"
|
|
version = "0.1.0"
|
|
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
|
|
edition = "2018"
|
|
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.0"
|
|
quickcheck_macros = "1.0"
|