This provides a lot more flexibility around version support, and unlike the ToSql/FromSql implementations, these don't actually need to be in postgres itself.
11 lines
178 B
TOML
11 lines
178 B
TOML
[workspace]
|
|
members = [
|
|
"codegen",
|
|
"postgres",
|
|
"postgres-protocol",
|
|
"postgres-shared",
|
|
"postgres-openssl",
|
|
"postgres-native-tls",
|
|
"tokio-postgres",
|
|
]
|