rust/chg/Cargo.toml
author Yuya Nishihara <yuya@tcha.org>
Tue, 31 Mar 2020 23:13:13 +0900
changeset 44671 cf144f50f413
parent 44670 1c385b99a360
child 44689 1f5ab1a9363d
permissions -rw-r--r--
rust-chg: update dependencies Differential Revision: https://phab.mercurial-scm.org/D8359

[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"
log = { version = "0.4", features = ["std"] }
tokio = "0.1"
tokio-hglib = "0.2"
tokio-process = "0.2.3"
tokio-timer = "0.2"

[build-dependencies]
cc = "1.0"