mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 22:12:43 +01:00
Basic BinaryCacheStore implementation using async Rust
This commit is contained in:
parent
98ef11677c
commit
dd5d76e2ed
8 changed files with 1877 additions and 11 deletions
|
|
@ -11,3 +11,8 @@ crate-type = ["cdylib"]
|
|||
[dependencies]
|
||||
tar = "0.4"
|
||||
libc = "0.2"
|
||||
futures-preview = { version = "=0.3.0-alpha.18", features = ["compat"] }
|
||||
#hyper = "0.12"
|
||||
reqwest = "0.9"
|
||||
http = "0.1"
|
||||
tokio = "0.1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue