Skip to content

Commit

Permalink
build(cargo): add a zeroize feature
Browse files Browse the repository at this point in the history
Doesn't affect usage any, but is still a good idea.
  • Loading branch information
codahale committed Feb 4, 2024
1 parent 163c1ae commit 2f0359f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ default = ["std", "zeroize"]
docs = []
portable = ["aes"]
std = []
zeroize = ["dep:zeroize"]

[workspace]
members = ["benchmarks", "xtask"]
Expand Down

0 comments on commit 2f0359f

Please sign in to comment.