mirror of
https://github.com/warp-tech/warpgate.git
synced 2024-11-10 17:27:00 +08:00
16 lines
271 B
TOML
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"
|