EvalStateBuilder: Specify Nix version constraint

This commit is contained in:
Robert Hensing 2026-01-07 09:20:01 +01:00
parent 7eb94b72f9
commit 22480afeb5
4 changed files with 68 additions and 42 deletions

View file

@ -2,6 +2,7 @@
name = "nix-bindings-expr"
version = "0.1.0"
edition = "2021"
build = "build.rs"
license = "LGPL-2.1"
description = "Rust bindings to Nix expression evaluator"
repository = "https://github.com/nixops4/nix-bindings-rust"
@ -19,6 +20,10 @@ ctor = "0.2"
tempfile = "3.10"
cstr = "0.2"
[build-dependencies]
pkg-config = "0.3"
nix-bindings-util = { path = "../nix-bindings-util" }
[lints.rust]
warnings = "deny"
dead-code = "allow"