rust/hg-core/Cargo.toml
changeset 44541 d880805d5442
parent 44540 82f51ab7a2dd
child 44598 f451a347d21a
equal deleted inserted replaced
44540:82f51ab7a2dd 44541:d880805d5442
    20 rayon = "1.3.0"
    20 rayon = "1.3.0"
    21 regex = "1.1.0"
    21 regex = "1.1.0"
    22 twox-hash = "1.5.0"
    22 twox-hash = "1.5.0"
    23 same-file = "1.0.6"
    23 same-file = "1.0.6"
    24 crossbeam = "0.7.3"
    24 crossbeam = "0.7.3"
       
    25 micro-timer = "0.1.2"
    25 log = "0.4.8"
    26 log = "0.4.8"
    26 
    27 
    27 [dev-dependencies]
    28 [dev-dependencies]
    28 clap = "*"
    29 clap = "*"
    29 memmap = "0.7.0"
    30 memmap = "0.7.0"