rust/hg-core/Cargo.toml
changeset 42329 d1786c1d34fa
parent 41703 ee7b7bd432a1
child 42349 e8f3740cc067
equal deleted inserted replaced
42328:2a7109cc5a28 42329:d1786c1d34fa
     8 name = "hg"
     8 name = "hg"
     9 
     9 
    10 [dev-dependencies]
    10 [dev-dependencies]
    11 rand = "*"
    11 rand = "*"
    12 rand_pcg = "*"
    12 rand_pcg = "*"
       
    13 
       
    14 [dependencies]
       
    15 memchr = "2.2.0"
       
    16 byteorder = "1.3.1"