rust/chg/Cargo.toml
changeset 44854 9fc9526e283a
parent 44847 e9e44e61042b
equal deleted inserted replaced
44853:a347a329e48d 44854:9fc9526e283a
     3 version = "0.1.0"
     3 version = "0.1.0"
     4 authors = ["Yuya Nishihara <yuya@tcha.org>"]
     4 authors = ["Yuya Nishihara <yuya@tcha.org>"]
     5 description = "Client for Mercurial command server with cHg extension"
     5 description = "Client for Mercurial command server with cHg extension"
     6 license = "GPL-2.0+"
     6 license = "GPL-2.0+"
     7 edition = "2018"
     7 edition = "2018"
     8 
       
     9 # TODO: enable auto discovery
       
    10 autobins = false
       
    11 
     8 
    12 [dependencies]
     9 [dependencies]
    13 async-trait = "0.1"
    10 async-trait = "0.1"
    14 bytes = "0.5"
    11 bytes = "0.5"
    15 futures = "0.3"
    12 futures = "0.3"