chore: release crate to "stash-clipboard"

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a69640a8b0ccc2d8bb11181c9fdeb1397c329
This commit is contained in:
raf 2025-09-19 11:52:53 +03:00
commit acb6657e73
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 6 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1268,7 +1268,7 @@ dependencies = [
]
[[package]]
name = "stash"
name = "stash-clipboard"
version = "0.3.0"
dependencies = [
"base64",

View file

@ -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"]