From ead1b7c3827318bcc50534eaa448f4c8d93ed848 Mon Sep 17 00:00:00 2001 From: Michael Hancock <220162+gringasalpastor@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:43:57 -0600 Subject: [PATCH] update Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8df8043..dcb1f22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ description = "A hybrid between a HashMap and a lookup table" repository = "https://github.com/gringasalpastor/mule-map" readme = "README.md" categories = ["data-structures"] +exclude = ["assets", ".github", ".gitignore"] [lints.clippy]