feat: nix-fetchers crate
(cherry picked from commit 27d572403ac98d83d652481da6c22ad50bb00168)
This commit is contained in:
parent
7ae38f296f
commit
bbf245ef1a
5 changed files with 73 additions and 2 deletions
17
rust/nix-fetchers/Cargo.toml
Normal file
17
rust/nix-fetchers/Cargo.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue