Skip to content
Snippets Groups Projects
Cargo.toml 589 B
Newer Older
Antoine Cezar's avatar
Antoine Cezar committed
[package]
name = "rhg"
version = "0.1.0"
authors = [
    "Antoine Cezar <antoine.cezar@octobus.net>",
    "Raphaël Gomès <raphael.gomes@octobus.net>",
]
Antoine Cezar's avatar
Antoine Cezar committed

[lints]
workspace = true

Antoine Cezar's avatar
Antoine Cezar committed
[dependencies]
clap = { version = "4", features = ["cargo"] }
derive_more = "0.99.17"
lazy_static = "1.4.0"
logging_timer = "1.1.0"
env_logger = "0.11"
format-bytes = "0.3.0"
shellexpand = { version = "3.1", features = ["full"]}
rayon = "1.7.0"