rust/hg-direct-ffi/Cargo.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 14 Mar 2019 10:58:53 +0000
changeset 41946 5b77847bdf09
parent 40272 a36c5e23c055
permissions -rw-r--r--
manifestcache: make sure the entry are ordered by access time This is an LRU cache, let us make sure of that.

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