init: gig, because gitignores are boring
This commit is contained in:
commit
ee7171a766
12 changed files with 1449 additions and 0 deletions
16
Cargo.toml
Normal file
16
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue