rustc-build-sysroot 0.5.13

Build a rustc sysroot with custom flags
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rustc-build-sysroot"
authors = ["Ralf Jung"]
version = "0.5.13"
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/RalfJung/rustc-build-sysroot"
documentation = "https://docs.rs/rustc-build-sysroot"
description = "Build a rustc sysroot with custom flags"

[dependencies]
tempfile = "3"
rustc_version = "0.4"
anyhow = "1.0"
walkdir = "2.4"
toml = { version = "1.1", features = ["preserve_order"] }