From 5356632bf286c231053de7def93681f1b1784ef1 Mon Sep 17 00:00:00 2001 From: askiiart Date: Mon, 2 Dec 2024 20:01:47 -0600 Subject: [PATCH] exclude dev-notes.md from the crate --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index e9db449..5de8d03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ description = "A safe, multi-threaded, async toolkit for adding Torznab APIs to repository = "https://git.askiiart.net/askiiart/torznab-toolkit" keywords = ["torznab", "torrent", "torrents", "bittorrent"] categories = ["asynchronous"] +exclude = ["dev-notes.md"] [dependencies] actix-rt = "2.10.0"