nixide/rust/nix-util/Cargo.toml
Robert Hensing 895336ac79 License as LGPL-2.1
(cherry picked from commit 1127742e387ef78b91ec1e4cec0bb17b5e85666c)
2025-10-04 02:31:16 +02:00

13 lines
198 B
TOML

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