this is how i stash right? /s

This commit is contained in:
do butterflies cry? 2026-03-21 10:26:27 +10:00
parent e437571af1
commit fcc8fede11
Signed by: cry
GPG key ID: F68745A836CA0412
31 changed files with 1217 additions and 858 deletions

7
Cargo.lock generated
View file

@ -192,6 +192,7 @@ version = "0.1.0"
dependencies = [
"nixide-sys",
"serial_test",
"stdext",
]
[[package]]
@ -383,6 +384,12 @@ version = "1.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
[[package]]
name = "stdext"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4af28eeb7c18ac2dbdb255d40bee63f203120e1db6b0024b177746ebec7049c1"
[[package]]
name = "syn"
version = "2.0.117"