nixide/rust/nix-fetchers/Cargo.toml
Robert Hensing bbf245ef1a feat: nix-fetchers crate
(cherry picked from commit 27d572403ac98d83d652481da6c22ad50bb00168)
2025-10-04 02:31:16 +02:00

17 lines
312 B
TOML

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