20 lines
587 B
TOML
20 lines
587 B
TOML
[workspace]
|
|
members = [
|
|
"codegen",
|
|
"postgres",
|
|
"postgres-protocol",
|
|
"postgres-shared",
|
|
"postgres-openssl",
|
|
"postgres-native-tls",
|
|
"tokio-postgres",
|
|
"tokio-postgres-openssl",
|
|
]
|
|
|
|
[patch.crates-io]
|
|
tokio-uds = { git = "https://github.com/tokio-rs/tokio" }
|
|
tokio-io = { git = "https://github.com/tokio-rs/tokio" }
|
|
tokio-timer = { git = "https://github.com/tokio-rs/tokio" }
|
|
tokio-codec = { git = "https://github.com/tokio-rs/tokio" }
|
|
tokio-reactor = { git = "https://github.com/tokio-rs/tokio" }
|
|
tokio-executor = { git = "https://github.com/tokio-rs/tokio" }
|