rust/hg-direct-ffi/Cargo.toml
author Martin von Zweigbergk <martinvonz@google.com>
Sat, 09 Feb 2019 14:37:58 -0800
changeset 41677 a950b65cbe1b
parent 40272 a36c5e23c055
permissions -rw-r--r--
scmutil: remove special handling of pats==("",) in matchandpats() (API) I don't know under what circumstances we used to pass that value, but we don't seem to do it now. Differential Revision: https://phab.mercurial-scm.org/D5921

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