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