Move aquatic_http_protocol package description to correct place

This commit is contained in:
Joakim Frostegård 2020-09-13 17:47:21 +02:00
parent 56980ab303
commit 34260cd2c3
2 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,6 @@ version = "0.1.0"
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
edition = "2018"
license = "Apache-2.0"
description = "HTTP BitTorrent tracker protocol"
repository = "https://github.com/greatest-ape/aquatic"
[[bin]]

View file

@ -5,6 +5,7 @@ authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
edition = "2018"
license = "Apache-2.0"
repository = "https://github.com/greatest-ape/aquatic"
description = "HTTP BitTorrent tracker protocol"
exclude = ["target"]
[lib]