-
-
Notifications
You must be signed in to change notification settings - Fork 256
Expand file tree
/
Copy pathCargo.toml
More file actions
34 lines (31 loc) · 775 Bytes
/
Copy pathCargo.toml
File metadata and controls
34 lines (31 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[package]
name = "tugger-rust-toolchain"
version = "0.13.0"
authors = ["Gregory Szorc <gregory.szorc@gmail.com>"]
edition = "2021"
license = "MPL-2.0"
description = "Discover, download, and use Rust toolchains"
keywords = ["rustup"]
homepage = "https://github.com/indygreg/PyOxidizer"
repository = "https://github.com/indygreg/PyOxidizer.git"
readme = "README.md"
[dependencies]
anyhow = "1.0.92"
flate2 = "1.0.34"
fs2 = "0.4.3"
hex = "0.4.3"
log = "0.4.22"
once_cell = "1.20.2"
pgp = "0.14.1"
sha2 = "0.10.8"
simple-file-manifest = "0.11.0"
tar = "0.4.43"
toml = "0.8.19"
xz2 = { version = "0.1.7", features = ["static"] }
zstd = "0.13.2"
[dependencies.tugger-common]
version = "0.10.0-pre"
path = "../tugger-common"
[dev-dependencies]
dirs = "5.0.1"
tempfile = "3.13.0"