rust/hg-direct-ffi/Cargo.toml
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 18 Jan 2019 17:09:42 -0800
changeset 41339 7be231f5a4ad
parent 40272 a36c5e23c055
permissions -rw-r--r--
unamend: import "copies" module as "copiesmod" to avoid shadowing Differential Revision: https://phab.mercurial-scm.org/D5659

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