diff --git a/aquatic_http_load_test/Cargo.toml b/aquatic_http_load_test/Cargo.toml index dcd4786..18200ce 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 3ee48e9..93f5c40 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 94ca2cc..e6b58d4 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"