rust/hg-direct-ffi/Cargo.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 09 Nov 2019 13:23:55 +0100
changeset 43620 c314177eb9bb
parent 40272 a36c5e23c055
permissions -rw-r--r--
perf: make `perfrevlogindex` use the new `index.rev` api if available Differential Revision: https://phab.mercurial-scm.org/D7360

[package]
name = "hgdirectffi"
version = "0.1.0"
authors = ["Georges Racinet <gracinet@anybox.fr>"]
description = "Low level Python bindings for hg-core, going through existing C extensions"

[dependencies]
libc = "*"
hg-core = { path = "../hg-core" }

[lib]
crate-type = ["staticlib"]