nixide/rust/nix-util/Cargo.toml
Robert Hensing daffade511 feat: nix_util::settings::set, get
(cherry picked from commit 19ed7bd655e72e10373f1afab5af214f2f47881e)
2025-10-04 02:30:46 +02:00

11 lines
157 B
TOML

[package]
name = "nix-util"
version = "0.1.0"
edition = "2021"
[lib]
[dependencies]
anyhow = "1.0.79"
nix-c-raw = { path = "../nix-c-raw" }
ctor = "0.2.7"