rust-postgres/Cargo.toml

20 lines
587 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",
"postgres-openssl",
"postgres-native-tls",
"tokio-postgres",
2018-06-27 04:00:26 +00:00
"tokio-postgres-openssl",
2017-03-12 20:44:27 +00:00
]
2018-06-17 04:29:27 +00:00
[patch.crates-io]
2018-08-10 18:35:14 +00:00
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" }