rust-postgres/Cargo.toml

16 lines
257 B
TOML
Raw Normal View History

2016-12-20 23:20:00 +00:00
[workspace]
2017-03-12 20:44:27 +00:00
members = [
"codegen",
2018-12-21 21:34:09 +00:00
"postgres",
2019-10-10 02:23:12 +00:00
"postgres-derive",
"postgres-derive-test",
"postgres-native-tls",
"postgres-openssl",
2017-03-12 20:44:27 +00:00
"postgres-protocol",
"postgres-types",
"tokio-postgres",
2017-03-12 20:44:27 +00:00
]
[profile.release]
debug = 2