diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-09-18 00:31:51 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-12-10 13:37:23 +0100 |
commit | 7f08975050e19b3e3ed002743ed19022789c7ccc (patch) | |
tree | abfbadd19848490618684c892caf21afc182a766 /nix-rust/Cargo.toml | |
parent | 6317f0f7a0663aed9d877031f7815fa292bd6b09 (diff) |
Add NAR parser
Diffstat (limited to 'nix-rust/Cargo.toml')
-rw-r--r-- | nix-rust/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nix-rust/Cargo.toml b/nix-rust/Cargo.toml index 3cfd2a48b..20d1fdaa8 100644 --- a/nix-rust/Cargo.toml +++ b/nix-rust/Cargo.toml @@ -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"
\ No newline at end of file +proptest = "0.9" |