sponges/Cargo.toml

7 lines
133 B
TOML
Raw Normal View History

2018-03-21 15:44:29 +03:00
[workspace]
exclude = ["keccak"] # TODO(tarcieri): add back to `members` when MSRV >= 1.56
2018-03-21 15:44:29 +03:00
members = [
"ascon",
#"keccak",
2018-03-21 15:44:29 +03:00
]