rust-postgres/Cargo.toml
Steven Fackler e760d82f64 Drop tokio- prefix from TLS crates
They're way too wordy and used with both tokio-postgres and postgres
anyway.
2019-06-29 16:07:56 -07:00

13 lines
184 B
TOML

[workspace]
members = [
"codegen",
"postgres",
"postgres-native-tls",
"postgres-openssl",
"postgres-protocol",
"tokio-postgres",
]
[profile.release]
debug = 2