rust-postgres/Cargo.toml

12 lines
228 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",
"postgres",
"postgres-protocol",
"postgres-shared",
"tokio-postgres"
]
2018-04-15 17:38:18 +00:00
[patch.crates-io]
socket2 = { git = "https://github.com/sfackler/socket2-rs", branch = "keepalive" }