Skip to content

Commit 5833823

Browse files
authored
Cargo.toml: add package.exclude (#605)
Excludes `marvin_toolkit/` and `thirdparty/` from crate releases
1 parent b34e1e7 commit 5833823

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ keywords = ["rsa", "encryption", "security", "crypto"]
1111
categories = ["cryptography"]
1212
readme = "README.md"
1313
rust-version = "1.85"
14+
exclude = ["marvin_toolkit/", "thirdparty/"]
1415

1516
[dependencies]
1617
const-oid = { version = "0.10", default-features = false }

0 commit comments

Comments
 (0)