From acb6657e73156a21e37605cd29de4b9dee0e615c Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Fri, 19 Sep 2025 11:52:53 +0300 Subject: [PATCH] chore: release crate to "stash-clipboard" Signed-off-by: NotAShelf Change-Id: I6a6a69640a8b0ccc2d8bb11181c9fdeb1397c329 --- Cargo.lock | 2 +- Cargo.toml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f097c20..4a7d1ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1268,7 +1268,7 @@ dependencies = [ ] [[package]] -name = "stash" +name = "stash-clipboard" version = "0.3.0" dependencies = [ "base64", diff --git a/Cargo.toml b/Cargo.toml index 4fc3b6c..9db55e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "stash" +name = "stash-clipboard" description = "Wayland clipboard manager with fast persistent history and multi-media support" version = "0.3.0" edition = "2024" @@ -9,6 +9,10 @@ readme = true repository = "https://github.com/notashelf/stash" rust-version = "1.85" +[[bin]] +name = "stash" # actual binary name for Nix, Cargo, etc. +path = "src/main.rs" + [features] default = ["use-toplevel"] use-toplevel = ["dep:wayland-client", "dep:wayland-protocols", "dep:wayland-protocols-wlr"]