rust-postgres/Cargo.toml
Steven Fackler 4b5bcbb602 Split ToSql/FromSql out to a separate crate
Prep for a `derive` feature.
2019-10-07 17:14:18 -07:00

14 lines
206 B
TOML

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