view rust/hg-direct-ffi/Cargo.toml @ 41890:7da6307cc07a

split: add tests which demonstrate the issue5864 Differential Revision: https://phab.mercurial-scm.org/D6057
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Sun, 03 Mar 2019 19:46:59 +0530
parents a36c5e23c055
children
line wrap: on
line source

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