Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cargo-auditable = true
# 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-unknown-linux-musl", "x86_64-pc-windows-msvc"]
# Which actions to run on pull requests
pr-run-mode = "plan"
pr-run-mode = "upload"
# Whether dist should create a Github Release or use an existing draft
create-release = false
# Whether to install an updater program
Expand All @@ -36,3 +36,15 @@ x86_64-apple-darwin = "macos-latest"
x86_64-unknown-linux-gnu = "ubuntu-latest"
x86_64-unknown-linux-musl = "ubuntu-latest"
x86_64-pc-windows-msvc = "windows-2025"

[dist.dependencies.apt]
libudev1 = '*'
libssl-dev = '*'
librust-libudev-sys-dev = '*'

[dist.dependencies.homebrew]
openssl = '*'
pkg-config = '*'

[dist.dependencies.chocolatey]
openssl = '*'
Loading