rust-postgres/Cargo.toml

19 lines
557 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",
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" }