Skip to content

Commit

Permalink
Fix worksapace Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Nov 11, 2023
1 parent 199816e commit b046e41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 166 deletions.
166 changes: 4 additions & 162 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
[workspace]
resolver = "2"
members = [
"aead",
"cipher",
"crypto-common",
"digest",
"kem",
"password-hash",
"signature",
"signature/async",
"universal-hash",
]
# re-add when all crates are MSRV 1.60+
exclude = [
"aead",
"async-signature",
"crypto",
"signature",
"signature/async",
"elliptic-curve"
]

Expand Down

0 comments on commit b046e41

Please sign in to comment.