rust-postgres/Cargo.toml

10 lines
167 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",
2017-03-12 20:44:27 +00:00
"postgres-protocol",
"tokio-postgres",
2018-10-15 00:44:46 +00:00
"tokio-postgres-native-tls",
2018-06-27 04:00:26 +00:00
"tokio-postgres-openssl",
2017-03-12 20:44:27 +00:00
]