view rust/chg/Cargo.toml @ 40109:413b6b10fdd5

chg: upgrade client to use "setumask2" command No compatibility code is added to the client side, since it's unlikely for new client to communicate with the old server.
author Yuya Nishihara <yuya@tcha.org>
date Fri, 05 Oct 2018 22:08:37 +0900
parents aab43d5861bb
children 7623199def92
line wrap: on
line source

[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"