clipmem 0.2.13

macOS clipboard memory backed by SQLite and searchable from OpenClaw
Documentation
[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 = ["homebrew"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin"]
# Where to host releases
hosting = ["github"]
tap = "tristanmanchester/homebrew-tap"
publish-jobs = ["homebrew", "./publish-crate"]
publish-prereleases = false
github-release = "host"
pr-run-mode = "skip"
github-custom-job-permissions = { "publish-crate" = { contents = "read", id-token = "write", packages = "write" } }