rust/hg-core/Cargo.toml
author Georges Racinet <gracinet@anybox.fr>
Tue, 04 Dec 2018 11:05:06 +0100
changeset 41054 ef54bd33b476
parent 40271 dbc28c91f7ff
child 41692 ee7b7bd432a1
permissions -rw-r--r--
rust: core implementation for lazyancestors Once exposed through appropriate bindings, this should be able to replace ancestor.lazyancestors entirely. Differential Revision: https://phab.mercurial-scm.org/D5440

[package]
name = "hg-core"
version = "0.1.0"
authors = ["Georges Racinet <gracinet@anybox.fr>"]
description = "Mercurial pure Rust core library, with no assumption on Python bindings (FFI)"

[lib]
name = "hg"