hg-core 0.0.1

Mercurial pure Rust core library, with no assumption on Python bindings (FFI)
Documentation
[package]
name = "hg-core"
version = "0.0.1"
authors = ["Georges Racinet <georges.racinett@octobus.net>"]
description = "Mercurial pure Rust core library, with no assumption on Python bindings (FFI)"
license = "GPL-2.0-or-later"
homepage = "https://mercurial-scm.org"
repository = "https://www.mercurial-scm.org/repo/hg"

[lib]
name = "hg"

[dev-dependencies]
rand = "~0.6"
rand_pcg = "~0.1"