mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Add NAR parser
This commit is contained in:
parent
6317f0f7a0
commit
7f08975050
6 changed files with 160 additions and 3 deletions
1
nix-rust/Cargo.lock
generated
1
nix-rust/Cargo.lock
generated
|
@ -666,6 +666,7 @@ name = "nix-rust"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue