view rust/hg-core/Cargo.toml @ 41817:169c386cc9d8

merge with stable
author Yuya Nishihara <yuya@tcha.org>
date Sat, 02 Mar 2019 09:41:17 +0900
parents ee7b7bd432a1
children d1786c1d34fa
line wrap: on
line source

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

[dev-dependencies]
rand = "*"
rand_pcg = "*"