rust-postgres/Cargo.toml
Steven Fackler daeb5389ed log typo
2018-08-10 11:35:14 -07:00

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" }