16 lines
257 B
TOML
16 lines
257 B
TOML
[workspace]
|
|
members = [
|
|
"codegen",
|
|
"postgres",
|
|
"postgres-derive",
|
|
"postgres-derive-test",
|
|
"postgres-native-tls",
|
|
"postgres-openssl",
|
|
"postgres-protocol",
|
|
"postgres-types",
|
|
"tokio-postgres",
|
|
]
|
|
|
|
[profile.release]
|
|
debug = 2
|