rust/hg-cpython/Cargo.toml
changeset 47954 4afd6cc447b9
parent 47520 5decb7a49bb6
child 48182 01c3dd208c75
equal deleted inserted replaced
47953:8f031a274cd6 47954:4afd6cc447b9
    24 crossbeam-channel = "0.4"
    24 crossbeam-channel = "0.4"
    25 hg-core = { path = "../hg-core"}
    25 hg-core = { path = "../hg-core"}
    26 libc = '*'
    26 libc = '*'
    27 log = "0.4.8"
    27 log = "0.4.8"
    28 env_logger = "0.7.1"
    28 env_logger = "0.7.1"
       
    29 stable_deref_trait = "1.2.0"
    29 
    30 
    30 [dependencies.cpython]
    31 [dependencies.cpython]
    31 version = "0.6.0"
    32 version = "0.6.0"
    32 default-features = false
    33 default-features = false