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"