[workspace]
members = ["corgi", "parrot"]
resolver = "3"

# use this profile like this:
# 	$ cargo build --profile size
# and select a binary like this:
#	$ cargo build --bin corgi
[profile.size]
inherits = "release"
strip = true
opt-level = "z"
lto = true
codegen-units = 1