mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
21 lines
482 B
TOML
21 lines
482 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]
|
|
aquatic_peer_id.workspace = true
|
|
|
|
byteorder = "1"
|
|
either = "1"
|
|
|
|
[dev-dependencies]
|
|
quickcheck = "1"
|
|
quickcheck_macros = "1"
|