labelmaker 0.6.4

Create & enforce sets of labels in GitHub repositories
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[workspace]
members = ["cargo:."]

[dist]
cargo-dist-version = "0.30.3"
ci = "github"
include = ["THIRDPARTY.toml"]
install-path = "CARGO_HOME"
install-updater = false
installers = ["shell", "powershell"]
targets = [
    "aarch64-apple-darwin",
    "aarch64-unknown-linux-gnu",
    "x86_64-apple-darwin",
    "x86_64-pc-windows-msvc",
    "x86_64-unknown-linux-gnu",
]