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