From e7a2f436df2302adf037de6754791eb16241f99e Mon Sep 17 00:00:00 2001 From: ArloFilley Date: Sun, 27 Aug 2023 13:45:43 +0100 Subject: [PATCH] Update Cargo.toml for publishing on crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e2b8ced..58236c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.9.2" edition = "2021" authors = ["Arlo Filley "] -exclude = ["testing/", "process/", ".vscode/"] +exclude = ["testing/", "process/", ".vscode/", ".DS_STORE"] license = "MIT" license-file = "LICENSE" keywords = ["bittorrent", "torrent", "torrent client"]