rust/src/tools/rust-installer/Cargo.toml
klensy eed89185bb bump some deps
drop num_cpus from rust-installer as not used
update rayon, rayon-core, which drops it's deps on num_cpus and crossbeam-channel (for bootstrap too) (https://github.com/rayon-rs/rayon/blob/v1.8.0/RELEASES.md)
update erro, which drops errno-dragonfly (5341791935/CHANGELOG.md)
2023-11-07 15:33:59 +03:00

22 lines
339 B
TOML

[package]
authors = ["The Rust Project Developers"]
name = "installer"
version = "0.0.0"
edition = "2021"
[[bin]]
doc = false
name = "rust-installer"
path = "src/main.rs"
[dependencies]
anyhow = "1.0.19"
flate2 = "1.0.1"
rayon = "1.0"
tar = "0.4.38"
walkdir = "2"
xz2 = "0.1.4"
[dependencies.clap]
features = ["derive"]
version = "4.2"