warpgate/Cargo.toml
Eugene Pankov 4ccf2b0437
import
2022-04-10 22:58:58 +02:00

16 lines
271 B
TOML

[workspace]
members = [
"warpgate",
"warpgate-admin",
"warpgate-common",
"warpgate-db-migrations",
"warpgate-db-entities",
"warpgate-protocol-ssh",
]
default-members = ["warpgate"]
[profile.release]
lto = true
panic = "abort"
strip = "debuginfo"