13 lines
241 B
TOML
13 lines
241 B
TOML
[workspace]
|
|
members = [
|
|
"codegen",
|
|
"postgres",
|
|
"postgres-protocol",
|
|
"postgres-shared",
|
|
"postgres-openssl",
|
|
"postgres-native-tls",
|
|
"tokio-postgres",
|
|
"tokio-postgres-native-tls",
|
|
"tokio-postgres-openssl",
|
|
]
|