rust/hg-direct-ffi/Cargo.toml
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 10 May 2019 11:03:54 -0700
changeset 42288 cdcebc897529
parent 40272 a36c5e23c055
permissions -rw-r--r--
overlaycontext: allow calling copydata() on clean context We should just report no copy if the context is clean. Differential Revision: https://phab.mercurial-scm.org/D6358

[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"]