rust/hg-core/Cargo.toml
author Yuya Nishihara <yuya@tcha.org>
Sun, 11 Nov 2018 18:08:33 +0900
changeset 40730 55b053af7196
parent 40271 dbc28c91f7ff
child 41692 ee7b7bd432a1
permissions -rw-r--r--
ui: manage logger instances and event filtering by core ui The setup code in blackbox needs more tweaks since it has lots of black magics. I'll fix them by follow-up patches. To be clear, the goal of this series is to provide a proper way for command server to install its own logger. I need it to debug in-memory repository cache.

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