rust/rhg/Cargo.toml
author Raphaël Gomès <rgomes@octobus.net>
Tue, 15 Nov 2022 01:52:46 +0100
changeset 49759 ab6151e1f468
parent 49758 37bc3edef76f
child 49986 c15b415d1bff
permissions -rw-r--r--
rhg: upgrade the remainder of the dependencies These are painless, so they are all grouped in this changeset.

[package]
name = "rhg"
version = "0.1.0"
authors = [
    "Antoine Cezar <antoine.cezar@octobus.net>",
    "Raphaël Gomès <raphael.gomes@octobus.net>",
]
edition = "2021"

[dependencies]
atty = "0.2.14"
hg-core = { path = "../hg-core"}
chrono = "0.4.23"
clap = { version = "4.0.24", features = ["cargo"] }
derive_more = "0.99.17"
home = "0.5.4"
lazy_static = "1.4.0"
log = "0.4.17"
micro-timer = "0.4.0"
regex = "1.7.0"
env_logger = "0.9.3"
format-bytes = "0.3.0"
users = "0.11.0"
which = "4.3.0"
rayon = "1.5.3"