author | Boris Feld <boris.feld@octobus.net> |
Thu, 04 Oct 2018 08:40:01 +0200 | |
changeset 40045 | 6ed53b194124 |
parent 39967 | aab43d5861bb |
child 40287 | 7623199def92 |
permissions | -rw-r--r-- |
39967 | 1 |
[package] |
2 |
name = "chg" |
|
3 |
version = "0.1.0" |
|
4 |
authors = ["Yuya Nishihara <yuya@tcha.org>"] |
|
5 |
description = "Client for Mercurial command server with cHg extension" |
|
6 |
license = "GPL-2.0+" |
|
7 |
||
8 |
[dependencies] |
|
9 |
bytes = "0.4" |
|
10 |
futures = "0.1" |
|
11 |
libc = "0.2" |
|
12 |
tokio = "0.1" |
|
13 |
tokio-hglib = "0.2" |
|
14 |
# TODO: "^0.2.3" once released. we need AsRawFd support. |
|
15 |
tokio-process = { git = "https://github.com/alexcrichton/tokio-process" } |
|
16 |
||
17 |
[build-dependencies] |
|
18 |
cc = "1.0" |