add init command

This commit is contained in:
Qyriad 2026-04-01 14:51:15 +02:00
parent 264700c9fd
commit b0fc0debc9
5 changed files with 92 additions and 6 deletions

16
Cargo.lock generated
View file

@ -339,6 +339,7 @@ dependencies = [
"fs-err",
"humantime",
"iddqd",
"indoc",
"itertools",
"libc",
"mio",
@ -685,6 +686,15 @@ dependencies = [
"serde_core",
]
[[package]]
name = "indoc"
version = "2.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
dependencies = [
"rustversion",
]
[[package]]
name = "is-terminal"
version = "0.4.17"
@ -1045,6 +1055,12 @@ dependencies = [
"windows-sys 0.61.2",
]
[[package]]
name = "rustversion"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
[[package]]
name = "ryu"
version = "1.0.23"