pingrep 25.1.2

A command-line tool to quickly and easily search through your Pinboard bookmarks locally
Documentation
[workspace]
members = ["cargo:."]

# Config for 'dist'
[dist]
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.28.0"
# CI backends to support
ci = "github"
# The installers to generate for each app
installers = ["shell", "powershell"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
# Which actions to run on pull requests
pr-run-mode = "plan"
# Publish jobs to run in CI
publish-jobs = ["./publish-crate"]
# Whether to install an updater program
install-updater = false
# Path that installers should place binaries in
install-path = "CARGO_HOME"

[dist.dependencies.apt]
libdbus-1-dev = '*'

[dist.github-custom-runners]
# Helps ensure we link against modern LibSSL instead of something ancient
x86_64-unknown-linux-gnu = "ubuntu-latest"
aarch64-apple-darwin = "macos-latest"