From 4b456cc6685de7ec9b79f08f17a93ae40ca2be3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Mon, 4 Apr 2022 12:55:19 +0200 Subject: [PATCH] http_private: add some Cargo.toml fields --- aquatic_http_private/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aquatic_http_private/Cargo.toml b/aquatic_http_private/Cargo.toml index 4619b04..0d59f6a 100644 --- a/aquatic_http_private/Cargo.toml +++ b/aquatic_http_private/Cargo.toml @@ -2,6 +2,10 @@ name = "aquatic_http_private" version = "0.2.0" edition = "2021" +authors = ["Joakim FrostegÄrd "] +license = "Apache-2.0" +repository = "https://github.com/greatest-ape/aquatic" +keywords = ["http", "benchmark", "peer-to-peer", "torrent", "bittorrent"] [lib] name = "aquatic_http_private"