Mercurial > hg
view rust/hg-cpython/Cargo.toml @ 48925:1414b65303d5
localrepo: remove pycompat.iteritems()
Differential Revision: https://phab.mercurial-scm.org/D12330
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Mon, 21 Feb 2022 11:10:47 -0700 |
parents | 649ff7f86f96 |
children | 7b98f4f94911 |
line wrap: on
line source
[package] name = "hg-cpython" version = "0.1.0" authors = ["Georges Racinet <gracinet@anybox.fr>"] edition = "2018" [lib] name='rusthg' crate-type = ["cdylib"] [dependencies] cpython = { version = "0.7.0", features = ["extension-module"] } crossbeam-channel = "0.4" hg-core = { path = "../hg-core"} libc = "0.2" log = "0.4.8" env_logger = "0.7.1" stable_deref_trait = "1.2.0" vcsgraph = "0.2.0"