shark/Cargo.toml

19 lines
260 B
TOML

[workspace]
resolver = "2"
# members share a lockfile in the root of the repo
members = [
"mino",
"mino-code-gen",
"fish",
"tidepool",
]
# excluded packages get their own lockfiles
exclude = [
"fish-webworker",
]
[profile.release]
panic = "abort"