mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
Add NAR parser
This commit is contained in:
parent
6317f0f7a0
commit
7f08975050
6 changed files with 160 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue