Add crate keywords, update descriptions

This commit is contained in:
Joakim Frostegård 2022-03-20 20:41:56 +01:00
parent ba5a568bcd
commit a9f1aeb70c
11 changed files with 14 additions and 2 deletions

View file

@ -6,6 +6,7 @@ edition = "2021"
license = "Apache-2.0"
description = "UDP BitTorrent tracker protocol"
repository = "https://github.com/greatest-ape/aquatic"
keywords = ["udp", "protocol", "peer-to-peer", "torrent", "bittorrent"]
[dependencies]
byteorder = "1"