Skip to main content

max / makeover-webview

Add bento.toml so Bento can publish the crate
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-29 19:38 UTC
Signed with PGP, not checked
Commit: b4fe484460634172b68120c3fce340373121a9c5
Parent: 37047e8
1 file changed, +8 insertions, -0 deletions
A bento.toml +8
@@ -1,0 +1,8 @@
1 + # How Bento releases makeover-webview. Lives here rather than in the daemon's config so it is
2 + # versioned with the code it describes.
3 +
4 + # A crate, not an app: one publish.rhai rather than a recipe per platform, and
5 + # the target below names the host that uploads rather than a build matrix.
6 + kind = "library"
7 +
8 + targets = ["linux/x86_64"]