From 2fc2f7b80bb99fb8568c9d61d1f1d21b39b4d23b Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Thu, 6 Nov 2025 17:50:46 -0700 Subject: [PATCH] Cargo.toml: add `package.exclude` Excludes `marvin_toolkit/` and `thirdparty/` from crate releases --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ff958e4..0a6e77d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ keywords = ["rsa", "encryption", "security", "crypto"] categories = ["cryptography"] readme = "README.md" rust-version = "1.85" +exclude = ["marvin_toolkit/", "thirdparty/"] [dependencies] const-oid = { version = "0.10", default-features = false }