rust-postgres/Cargo.toml
Steven Fackler 14571ab029 Remove synchronous crate
It will be coming back! It's just going to involve a full rewrite and
removing it for now makes some of that restructuring easier.
2018-12-08 16:11:03 -08:00

10 lines
174 B
TOML

[workspace]
members = [
"codegen",
"postgres-protocol",
"postgres-shared",
"tokio-postgres",
"tokio-postgres-native-tls",
"tokio-postgres-openssl",
]