init: gig, because gitignores are boring

This commit is contained in:
Teesh 2026-02-11 22:16:04 +02:00
commit ee7171a766
12 changed files with 1449 additions and 0 deletions

16
Cargo.toml Normal file
View file

@ -0,0 +1,16 @@
[package]
name = "gig"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.101"
clap = { version = "4.5.57", features = ["derive"] }
dialoguer = "0.12.0"
directories = "6.0.0"
figlet-rs = "0.1.5"
git2 = "0.20.4"
glob = "0.3.3"
indicatif = "0.18.3"
tracing = "0.1.44"
tracing-subscriber = "0.3.22"