mirror of
https://github.com/warp-tech/warpgate.git
synced 2024-11-10 09:12:56 +08:00
19 lines
387 B
TOML
19 lines
387 B
TOML
[workspace]
|
|
members = [
|
|
"warpgate",
|
|
"warpgate-admin",
|
|
"warpgate-common",
|
|
"warpgate-db-migrations",
|
|
"warpgate-db-entities",
|
|
"warpgate-database-protocols",
|
|
"warpgate-protocol-http",
|
|
"warpgate-protocol-mysql",
|
|
"warpgate-protocol-ssh",
|
|
"warpgate-web",
|
|
]
|
|
default-members = ["warpgate"]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
panic = "abort"
|
|
strip = "debuginfo"
|