1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 06:01: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

View file

@ -17,8 +17,9 @@ reqwest = { version = "0.9", default-features = false, features = ["rustls-tls"]
http = "0.1"
tokio = { version = "0.1", default-features = false }
lazy_static = "1.4"
byteorder = "1.3"
[dev-dependencies]
hex = "0.3"
assert_matches = "1.3"
proptest = "0.9"
proptest = "0.9"