From 393234b41b7b68aadc70c2ef3a383d73de3056e1 Mon Sep 17 00:00:00 2001 From: ArloFilley Date: Sun, 27 Aug 2023 14:23:53 +0100 Subject: [PATCH] update cargo.toml keys --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f03376e..3b112fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,8 @@ name = "rusty_torrent" version = "0.9.2" edition = "2021" +description = "A BitTorrent client implemented in Rust that allows you to interact with the BitTorrent protocol and download torrents." + authors = ["Arlo Filley "] exclude = ["testing/", "process/", ".vscode/", ".DS_STORE"] license = "MIT"