[package]
edition = "2024"
name = "ethr"
version = "0.2.1"
build = false
exclude = ["target/**"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ethereal shell prompts. Pragmatic meets aesthetic."
readme = "README.md"
keywords = [
"shell",
"prompt",
"emoji",
"zsh",
]
categories = ["command-line-utilities"]
license = "WTFPL"
repository = "https://github.com/abghim/ethr"
[[bin]]
name = "ethr"
path = "src/main.rs"
[dependencies.clap]
version = "4.6.1"
features = ["derive"]