##// END OF EJS Templates
hg-pyo3: bump pyo3 to 0.23...
hg-pyo3: bump pyo3 to 0.23 Comes with significant API changes.

File last commit:

r53300:b61c259c default
r53300:b61c259c default
Show More
Cargo.toml
14 lines | 287 B | application/toml | TOMLLexer
[package]
name = "hg-pyo3"
version = "0.1.0"
edition = "2021"
[lib]
name='rusthgpyo3'
crate-type = ["cdylib"]
[dependencies]
pyo3 = { version = "0.23.1", features = ["extension-module"] }
hg-core = { path = "../hg-core"}
stable_deref_trait = "1.2.0"
log = "0.4.17"
env_logger = "0.9.3"