initial commit plus clap setup

This commit is contained in:
2024-07-24 15:09:16 +02:00
commit 5bf02b3d1c
4 changed files with 285 additions and 0 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "ah"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.10", features = ["derive"] }