1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Add NAR parser

This commit is contained in:
Eelco Dolstra 2019-09-18 00:31:51 +02:00
parent 6317f0f7a0
commit 7f08975050
6 changed files with 160 additions and 3 deletions

1
nix-rust/Cargo.lock generated
View file

@ -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)",