12 lines
228 B
TOML
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" }
|