Mercurial > hg
view rust/rhg/Cargo.toml @ 45586:8c02c6262a5e
tests: add some more debugmergestate calls in `test-merge-criss-cross.t`
Differential Revision: https://phab.mercurial-scm.org/D9029
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Mon, 14 Sep 2020 15:08:15 +0530 |
parents | b1cea0dc9db0 |
children | fada33872b5b |
line wrap: on
line source
[package] name = "rhg" version = "0.1.0" authors = ["Antoine Cezar <antoine.cezar@octobus.net>"] edition = "2018" [dependencies] hg-core = { path = "../hg-core"} clap = "2.33.1" log = "0.4.11" micro-timer = "0.3.1" env_logger = "0.7.1"