feat: initial commit

Add initial dependencies and change gitignore
This commit is contained in:
2023-05-21 21:44:39 +02:00
commit f6e9c7953a
4 changed files with 353 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "ahab"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.3.0", features = ["derive"] }
anyhow = "1.0.71"