-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtoolset_manifest.toml
24 lines (19 loc) · 1.02 KB
/
toolset_manifest.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name = "XuanWu Rust Development Kit"
version = "stable v1.81.0"
[rust]
version = "1.81.0"
group = "Rust"
components = ["clippy", "rustfmt", "rust-src", "rust-docs"]
optional-components = ["llvm-tools", "rustc-dev"]
[rust.profile]
name = "minimal"
verbose-name = "Basic"
description = "Basic set of tools to use Rust properly"
[tools.descriptions]
llvm-tools = "Contains a collection of LLVM tools. Note that this component has not been stabilized and may change in the future and is provided as-is"
rustc-dev = "Contains the compiler as a library. Most users will not need this; it is only needed for development of tools that link to the compiler, such as making modifications to Clippy."
mingw64 = "(windows only) Requirement for Windows GNU toolchain"
[tools.group]
Prerequisites = ["mingw64"]
[tools.target.x86_64-pc-windows-gnu]
mingw64 = { required = true, url = "https://github.com/niXman/mingw-builds-binaries/releases/download/14.2.0-rt_v12-rev0/x86_64-14.2.0-release-posix-seh-ucrt-rt_v12-rev0.7z", version = "14.2.0-rt_v12-rev0" }