Files
archived-tesla-auth/dist-workspace.toml
Adrian Kumpf 532bf863b2 Upgrade cargo-dist to 0.31 (#95)
* Fix outdated and inaccurate README details

- Fix usage line: replace non-existent -k flag with -c
- Clarify MFA/Captcha support wording
- Change license to MIT to match actual LICENSE file

* Upgrade cargo-dist to 0.31.0
2026-02-25 16:59:52 +01:00

26 lines
771 B
TOML

[workspace]
members = ["cargo:."]
# Config for 'dist'
[dist]
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.31.0"
# CI backends to support
ci = "github"
# The installers to generate for each app
installers = []
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
# Which actions to run on pull requests
pr-run-mode = "upload"
[dist.dependencies.apt]
"webkit2gtk-4.1" = '*'
libxdo-dev = '*'
[dist.github-custom-runners]
aarch64-apple-darwin = "macos-14"
x86_64-apple-darwin = "macos-14"
x86_64-pc-windows-msvc = "windows-2022"
x86_64-unknown-linux-gnu = "ubuntu-24.04"