view rust/hg-core/Cargo.toml @ 42289:83b225fbd788

tests: demonstrate loss of changeset copy metadata on rebase Differential Revision: https://phab.mercurial-scm.org/D6360
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 10 May 2019 10:23:46 -0700
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 = "*"