mirror of
https://github.com/eRgo35/ah.git
synced 2025-12-16 06:46:10 +01:00
9 lines
144 B
TOML
9 lines
144 B
TOML
[package]
|
|
name = "ah"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.10", features = ["derive"] }
|
|
colored = "2.1.0"
|