view rust/Cargo.toml @ 39973:ba447b83cd56

rust-chg: add low-level function to set pager fd blocking This is necessary because the server expects stdout/stderr to be blocking, whereas we'll use async library to spawn pager, which makes pipes unblocking.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 29 Sep 2018 21:59:07 +0900
parents aab43d5861bb
children dbc28c91f7ff
line wrap: on
line source

[workspace]
members = ["hgcli"]
exclude = ["chg"]