Can download dagger

This commit is contained in:
2023-01-27 12:21:33 +01:00
parent 292abad326
commit 1e88bb3270
3 changed files with 192 additions and 14 deletions

View File

@@ -12,6 +12,11 @@ description = "A dagger sdk for rust, written in rust"
clap = "4.1.4"
dirs = "4.0.0"
eyre = "0.6.8"
flate2 = { version = "1.0.25", features = ["zlib"] }
hex = "0.4.3"
hex-literal = "0.3.4"
platform-info = "1.0.2"
reqwest = { version = "0.11.14", features = ["stream", "blocking", "deflate"] }
sha2 = "0.10.6"
tar = "0.4.38"
tempfile = "3.3.0"