Implement init command
This commit is contained in:
parent
1441b83a14
commit
ef65d75a08
5 changed files with 1914 additions and 14 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue