nixide/rust/nix-expr/Cargo.toml
Robert Hensing 6978e91fa9 feat: Add nix-expr library, update nix
(cherry picked from commit bf1ddd1c9137578b86895577d5b80e0c5771b605)
2025-09-30 19:06:17 +02:00

14 lines
No EOL
252 B
TOML

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