rust-postgres/Cargo.toml
Steven Fackler 594606ad9f Support TCP keepalive
Closes #335
2018-04-15 14:30:15 -07:00

12 lines
228 B
TOML

[workspace]
members = [
"codegen",
"postgres",
"postgres-protocol",
"postgres-shared",
"tokio-postgres"
]
[patch.crates-io]
socket2 = { git = "https://github.com/sfackler/socket2-rs", branch = "keepalive" }