From 8ae0b71795a9e065931a666c2d06d136ef408da1 Mon Sep 17 00:00:00 2001 From: ArloFilley Date: Sun, 27 Aug 2023 13:49:26 +0100 Subject: [PATCH] fixed typo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58236c2..f03376e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Arlo Filley "] exclude = ["testing/", "process/", ".vscode/", ".DS_STORE"] license = "MIT" license-file = "LICENSE" -keywords = ["bittorrent", "torrent", "torrent client"] +keywords = ["bittorrent", "torrent", "torrentclient"] readme = "README.md" repository = "https://github.com/arlofilley/rusty_torrent"