Files
rosenpass/Cargo.toml

17 lines
307 B
TOML

[workspace]
resolver = "2"
members = [
"rosenpass",
"ciphers",
"util",
"constant-time",
"sodium",
"to",
"fuzzing",
]
[workspace.metadata.release]
# ensure that adding `--package` as argument to `cargo release` still creates version tags in the form of `vx.y.z`
tag-prefix = ""