Files
neon/Cargo.toml
2021-07-19 14:52:41 +03:00

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