feat: stash

This commit is contained in:
2025-05-10 16:29:55 +08:00
parent 14045f7924
commit f86c088e97
21 changed files with 222 additions and 219 deletions

26
Cargo.lock generated
View File

@@ -177,7 +177,7 @@ dependencies = [
"libc",
"llvm-sys",
"once_cell",
"thiserror",
"thiserror 1.0.69",
]
[[package]]
@@ -278,7 +278,6 @@ dependencies = [
name = "nixjit"
version = "0.0.0"
dependencies = [
"anyhow",
"derive_more",
"ecow",
"inkwell",
@@ -287,6 +286,7 @@ dependencies = [
"rnix",
"rpds",
"rustyline",
"thiserror 2.0.12",
]
[[package]]
@@ -477,7 +477,16 @@ version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
dependencies = [
"thiserror-impl",
"thiserror-impl 1.0.69",
]
[[package]]
name = "thiserror"
version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
dependencies = [
"thiserror-impl 2.0.12",
]
[[package]]
@@ -491,6 +500,17 @@ dependencies = [
"syn",
]
[[package]]
name = "thiserror-impl"
version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "triomphe"
version = "0.1.11"