view rust/hg-core/Cargo.toml @ 41944:99eb9f269a5a

manifestcache: test that adding the same entry twice do not duplicates it Simple sanity check.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 14 Mar 2019 10:53:28 +0000
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 = "*"