mirror of
https://github.com/eRgo35/ah.git
synced 2025-12-16 06:46:10 +01:00
initial commit plus clap setup
This commit is contained in:
7
Cargo.toml
Normal file
7
Cargo.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "ah"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.10", features = ["derive"] }
|
||||
Reference in New Issue
Block a user