From 348f054882404eff6fea5e209bf2749526cedfef Mon Sep 17 00:00:00 2001 From: Slesarew Date: Wed, 20 Nov 2024 16:01:29 +0200 Subject: [PATCH] chore: cargo ignore --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index f424a1c..90c5bd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ homepage = "https://github.com/Alzymologist/mnemonic-external" documentation = "https://docs.rs/mnemonic-external" keywords = ["no_std", "crypto", "seed", "mnemonic"] edition = "2021" +exclude = ["/for_tests", "/.github"] [dependencies] sha2 = { version = "0.10.8", default-features = false }