bootstrap:

This commit is contained in:
Mikaël Cluseau
2025-07-09 05:45:35 +02:00
parent f45fbe116e
commit e30a46d62b
5 changed files with 42 additions and 19 deletions

11
Cargo.lock generated
View File

@ -247,6 +247,7 @@ dependencies = [
"serde_json",
"serde_yaml",
"shell-escape",
"sys-info",
"termios",
"tokio",
"unix_mode",
@ -577,6 +578,16 @@ dependencies = [
"unicode-ident",
]
[[package]]
name = "sys-info"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "termios"
version = "0.3.3"