rust-postgres/Cargo.toml
2018-10-14 17:44:46 -07:00

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",
]