Implement init command

This commit is contained in:
Joscha 2025-01-14 01:40:27 +01:00
parent 1441b83a14
commit ef65d75a08
5 changed files with 1914 additions and 14 deletions

View file

@ -4,8 +4,10 @@ version = "0.0.0"
edition = "2021"
[dependencies]
anyhow = "1.0.95"
clap = { version = "4.5.26", features = ["derive", "deprecated"] }
directories = "6.0.0"
gix = "0.69.1"
[lints]
rust.unsafe_code = { level = "forbid", priority = 1 }