mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-27 16:12:56 +00:00
17 lines
318 B
TOML
17 lines
318 B
TOML
[workspace]
|
|
members = [
|
|
"pageserver",
|
|
"walkeeper",
|
|
"zenith",
|
|
"control_plane",
|
|
"postgres_ffi",
|
|
"zenith_utils",
|
|
"workspace_hack",
|
|
"proxy"
|
|
]
|
|
|
|
[profile.release]
|
|
# This is useful for profiling and, to some extent, debug.
|
|
# Besides, debug info should not affect the performance.
|
|
debug = true
|