feat: Add nix-util crate with Context wrapper

(cherry picked from commit 6c8e116e8bbaecce2b77fd9e0db89f366b57f9b6)
This commit is contained in:
Robert Hensing 2024-02-16 09:59:51 +01:00
parent 61975ac8e4
commit 7ef434a6d7
5 changed files with 80 additions and 0 deletions

10
rust/nix-util/Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "nix-util"
version = "0.1.0"
edition = "2021"
[lib]
[dependencies]
anyhow = "1.0.79"
nix-c-raw = { path = "../nix-c-raw" }