rust/rhg/Cargo.toml
author Raphaël Gomès <rgomes@octobus.net>
Wed, 12 May 2021 10:24:17 +0200
changeset 47177 5d5abfdc32d8
parent 46733 1bac7764ceef
child 47404 ebdef6283798
permissions -rw-r--r--
contrib: fix typo I forgot to fix it in flight, this commit will do fine.

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

[dependencies]
hg-core = { path = "../hg-core"}
chrono = "0.4.19"
clap = "2.33.1"
derive_more = "0.99"
lazy_static = "1.4.0"
log = "0.4.11"
micro-timer = "0.3.1"
regex = "1.3.9"
env_logger = "0.7.1"
format-bytes = "0.2.1"
users = "0.11.0"