##// END OF EJS Templates
rust-chg: add future that handles "attachio" request...
rust-chg: add future that handles "attachio" request This is the sequence to send client-side stdio and pager stdin to the server.

File last commit:

r40003:aab43d58 default
r40008:7a0ffdd4 default
Show More
Cargo.toml
18 lines | 435 B | text/plain | TOMLLexer
[package]
name = "chg"
version = "0.1.0"
authors = ["Yuya Nishihara <yuya@tcha.org>"]
description = "Client for Mercurial command server with cHg extension"
license = "GPL-2.0+"
[dependencies]
bytes = "0.4"
futures = "0.1"
libc = "0.2"
tokio = "0.1"
tokio-hglib = "0.2"
# TODO: "^0.2.3" once released. we need AsRawFd support.
tokio-process = { git = "https://github.com/alexcrichton/tokio-process" }
[build-dependencies]
cc = "1.0"