2016-12-20 23:20:00 +00:00
|
|
|
[workspace]
|
2017-03-12 20:44:27 +00:00
|
|
|
members = [
|
|
|
|
"codegen",
|
|
|
|
"postgres",
|
|
|
|
"postgres-protocol",
|
|
|
|
"postgres-shared",
|
2018-05-28 17:36:48 +00:00
|
|
|
"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]
|
|
|
|
tokio-uds = { git = "https://github.com/sfackler/tokio" }
|
|
|
|
tokio-io = { git = "https://github.com/sfackler/tokio" }
|
|
|
|
tokio-timer = { git = "https://github.com/sfackler/tokio" }
|
|
|
|
tokio-codec = { git = "https://github.com/sfackler/tokio" }
|
2018-06-19 02:34:25 +00:00
|
|
|
tokio-reactor = { git = "https://github.com/sfackler/tokio" }
|
|
|
|
tokio-executor = { git = "https://github.com/sfackler/tokio" }
|