##// END OF EJS Templates
merge: default into stable for release candidate
merge: default into stable for release candidate

File last commit:

r41841:ee7b7bd4 default
r42707:4a8d9ed8 merge 5.0rc0 stable
Show More
Cargo.toml
12 lines | 255 B | application/toml | TOMLLexer
[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 = "*"