update cargo.toml keys

This commit is contained in:
Arlo Filley 2023-08-27 14:23:53 +01:00
parent 8ae0b71795
commit 393234b41b

View File

@ -3,6 +3,8 @@ name = "rusty_torrent"
version = "0.9.2" version = "0.9.2"
edition = "2021" edition = "2021"
description = "A BitTorrent client implemented in Rust that allows you to interact with the BitTorrent protocol and download torrents."
authors = ["Arlo Filley <filleyarlo@gmail.com>"] authors = ["Arlo Filley <filleyarlo@gmail.com>"]
exclude = ["testing/", "process/", ".vscode/", ".DS_STORE"] exclude = ["testing/", "process/", ".vscode/", ".DS_STORE"]
license = "MIT" license = "MIT"