Skip to content
Snippets Groups Projects
Cargo.toml 475 B
Newer Older
[package]
name = "hg-cpython"
version = "0.1.0"
authors = ["Georges Racinet <gracinet@anybox.fr>"]
[lints]
workspace = true

cpython = { version = "0.7.2", features = ["extension-module"] }
crossbeam-channel = "0.5.6"
hg-core = { path = "../hg-core"}
libc = "0.2.137"
log = "0.4.17"
env_logger = "0.11"
stable_deref_trait = "1.2.0"
vcsgraph = "0.2.0"