diff --git a/aquatic_http_load_test/Cargo.toml b/aquatic_http_load_test/Cargo.toml index a82ed53..1bd5f5b 100644 --- a/aquatic_http_load_test/Cargo.toml +++ b/aquatic_http_load_test/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" authors = ["Joakim FrostegÄrd "] edition = "2018" license = "Apache-2.0" -description = "HTTP BitTorrent tracker protocol" repository = "https://github.com/greatest-ape/aquatic" [[bin]] diff --git a/aquatic_http_protocol/Cargo.toml b/aquatic_http_protocol/Cargo.toml index f64a5f0..58e6b50 100644 --- a/aquatic_http_protocol/Cargo.toml +++ b/aquatic_http_protocol/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Joakim FrostegÄrd "] edition = "2018" license = "Apache-2.0" repository = "https://github.com/greatest-ape/aquatic" +description = "HTTP BitTorrent tracker protocol" exclude = ["target"] [lib]