view rust/rhg/Cargo.toml @ 45642:56281b75264a

contrib: install latest versions of Python Let's keep our build environment modern. We upgrade 3.5-3.8 on Linux. Just 3.7 and 3.8 on Windows because we don't use <3.7 on Windows. Differential Revision: https://phab.mercurial-scm.org/D9145
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 03 Oct 2020 19:52:52 -0700
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"