diff --git a/aquatic_http_load_test/Cargo.toml b/aquatic_http_load_test/Cargo.toml index dcd47866..18200ce5 100644 --- a/aquatic_http_load_test/Cargo.toml +++ b/aquatic_http_load_test/Cargo.toml @@ -4,6 +4,7 @@ version = "0.2.0" authors = ["Joakim Frostegård "] edition = "2021" license = "Apache-2.0" +description = "BitTorrent (HTTP over TLS) load tester" repository = "https://github.com/greatest-ape/aquatic" keywords = ["http", "benchmark", "peer-to-peer", "torrent", "bittorrent"] readme = "../README.md" diff --git a/aquatic_udp_load_test/Cargo.toml b/aquatic_udp_load_test/Cargo.toml index 3ee48e90..93f5c405 100644 --- a/aquatic_udp_load_test/Cargo.toml +++ b/aquatic_udp_load_test/Cargo.toml @@ -4,6 +4,7 @@ version = "0.2.0" authors = ["Joakim Frostegård "] edition = "2021" license = "Apache-2.0" +description = "BitTorrent (UDP) load tester" repository = "https://github.com/greatest-ape/aquatic" keywords = ["udp", "benchmark", "peer-to-peer", "torrent", "bittorrent"] readme = "../README.md" diff --git a/aquatic_ws_load_test/Cargo.toml b/aquatic_ws_load_test/Cargo.toml index 94ca2cc2..e6b58d42 100644 --- a/aquatic_ws_load_test/Cargo.toml +++ b/aquatic_ws_load_test/Cargo.toml @@ -4,6 +4,7 @@ version = "0.2.0" authors = ["Joakim Frostegård "] edition = "2021" license = "Apache-2.0" +description = "WebTorrent over TLS load tester" repository = "https://github.com/greatest-ape/aquatic" keywords = ["webtorrent", "websocket", "benchmark", "torrent", "bittorrent"] readme = "../README.md"