rust/chg/Cargo.toml
changeset 44669 1c385b99a360
parent 40287 7623199def92
child 44688 1f5ab1a9363d
equal deleted inserted replaced
44668:c11d98cff883 44669:1c385b99a360
    10 futures = "0.1"
    10 futures = "0.1"
    11 libc = "0.2"
    11 libc = "0.2"
    12 log = { version = "0.4", features = ["std"] }
    12 log = { version = "0.4", features = ["std"] }
    13 tokio = "0.1"
    13 tokio = "0.1"
    14 tokio-hglib = "0.2"
    14 tokio-hglib = "0.2"
    15 # TODO: "^0.2.3" once released. we need AsRawFd support.
    15 tokio-process = "0.2.3"
    16 tokio-process = { git = "https://github.com/alexcrichton/tokio-process" }
       
    17 tokio-timer = "0.2"
    16 tokio-timer = "0.2"
    18 
    17 
    19 [build-dependencies]
    18 [build-dependencies]
    20 cc = "1.0"
    19 cc = "1.0"