rust/rhg/Cargo.toml
changeset 50174 596a6b9b0570
parent 49913 c15b415d1bff
child 50326 3f31b8526d66
equal deleted inserted replaced
50173:bf27727e6c78 50174:596a6b9b0570
     3 version = "0.1.0"
     3 version = "0.1.0"
     4 authors = [
     4 authors = [
     5     "Antoine Cezar <antoine.cezar@octobus.net>",
     5     "Antoine Cezar <antoine.cezar@octobus.net>",
     6     "Raphaël Gomès <raphael.gomes@octobus.net>",
     6     "Raphaël Gomès <raphael.gomes@octobus.net>",
     7 ]
     7 ]
     8 edition = "2018"
     8 edition = "2021"
     9 
     9 
    10 [dependencies]
    10 [dependencies]
    11 atty = "0.2.14"
    11 atty = "0.2.14"
    12 hg-core = { path = "../hg-core"}
    12 hg-core = { path = "../hg-core"}
    13 chrono = "0.4.19"
    13 chrono = "0.4.23"
    14 clap = "2.34.0"
    14 clap = { version = "4.0.24", features = ["cargo"] }
    15 derive_more = "0.99.17"
    15 derive_more = "0.99.17"
    16 home = "0.5.3"
    16 home = "0.5.4"
    17 lazy_static = "1.4.0"
    17 lazy_static = "1.4.0"
    18 log = "0.4.14"
    18 log = "0.4.17"
    19 micro-timer = "0.4.0"
    19 logging_timer = "1.1.0"
    20 regex = "1.5.5"
    20 regex = "1.7.0"
    21 env_logger = "0.9.0"
    21 env_logger = "0.9.3"
    22 format-bytes = "0.3.0"
    22 format-bytes = "0.3.0"
    23 users = "0.11.0"
    23 users = "0.11.0"
    24 which = "4.2.5"
    24 which = "4.3.0"
    25 rayon = "1.6.1"
    25 rayon = "1.6.1"