Add new StorePath bindings

This commit is contained in:
John Ericson 2025-12-15 20:54:28 -05:00
parent 0eb73977ef
commit 65abededca
3 changed files with 71 additions and 1 deletions

8
Cargo.lock generated
View file

@ -132,6 +132,12 @@ version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
[[package]]
name = "hex-literal"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
[[package]]
name = "home"
version = "0.5.11"
@ -301,12 +307,14 @@ version = "0.2.1"
dependencies = [
"anyhow",
"ctor",
"hex-literal",
"lazy_static",
"nix-bindings-store-sys",
"nix-bindings-util",
"nix-bindings-util-sys",
"pkg-config",
"tempfile",
"zerocopy",
]
[[package]]