eldiron-cli 0.1.0

Command-line tool for Eldiron
Documentation
[[bin]]
name = "eldiron"
path = "src/bin/main.rs"

[dependencies.anyhow]
version = "1.0.71"

[dependencies.clap]
features = ["derive"]
version = "4.3.11"

[dependencies.console]
version = "0.15.7"

[dependencies.dialoguer]
version = "0.10.4"

[dependencies.which]
version = "4.4.0"

[package]
authors = ["Fralonra <zoronlivingston@gmail.com>"]
description = "Command-line tool for Eldiron"
edition = "2021"
homepage = "https://github.com/fralonra/eldiron-cli"
keywords = ["eldiron"]
license = "MIT"
name = "eldiron-cli"
readme = "README.md"
repository = "https://github.com/fralonra/eldiron-cli"
version = "0.1.0"