view rust/hg-core/Cargo.toml @ 42403:4ce7cdd78da3

help: remove a superfluous "the" in revlogs text Differential Revision: https://phab.mercurial-scm.org/D6466
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 31 May 2019 13:25:28 -0700
parents d6c1dd936778
children 326fdce22fb2
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 = "*"

[dependencies]
byteorder = "1.3.1"
lazy_static = "1.3.0"
memchr = "2.2.0"
regex = "^1.1"