nixide/rust/nix-util/Cargo.toml
Robert Hensing b3a80dd36e maint: Remove Cargo.toml patch constraints
(cherry picked from commit 155550be6a8487771ddb67d09f3eba829e54e622)
2025-10-04 02:31:16 +02:00

13 lines
193 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"
nix-c-raw = { path = "../nix-c-raw" }
ctor = "0.2"