Skip to content

Commit

Permalink
added some ignored files to cargo package definition
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlepisto committed Nov 14, 2024
1 parent 68b9bb4 commit 162797f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ categories = [
"algorithms",
]

exclude = [
"vectors/*",
".github/*",
"tests/*",
]

[features]
default = [
"use-aes-gcm",
Expand Down

0 comments on commit 162797f

Please sign in to comment.