summaryrefslogtreecommitdiffstats
path: root/taskcluster/docker/image_builder/build-image/Cargo.toml
blob: be42fe1e344f651ceeff2e05623e40b5454d753f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

[package]
name = "build-image"
version = "0.1.0"
authors = ["Tom Prince <tom.prince@twistedmatrix.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = { version= "0.10.4", features = ["rustls-tls", "blocking"], default-features = false}
zstd = "0.5.1"
url = "2.1.1"
anyhow = "1.0.27"
serde = { version = "1.0.105", features = ["derive"]}
serde_json = "1.0.50"
envy = "0.4.1"
fs_extra = "1.1"

[workspace]