rust/hg-core/Cargo.toml
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 18 Dec 2018 09:34:32 -0800
changeset 41032 b2de94e59702
parent 40271 dbc28c91f7ff
child 41703 ee7b7bd432a1
permissions -rw-r--r--
repository: update interface signature of narrowmatch() This should have been part of 4fd0fac48922 (localrepo: allow narrowmatch() to accept matcher to intersect with, 2018-09-28) and 41fcdfe3bfeb (narrow: allow repo.narrowmatch(match) to include exact matches from "match", 2018-10-01). Differential Revision: https://phab.mercurial-scm.org/D5466

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