mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-12 22:17:41 +00:00
chore: release crate to "stash-clipboard"
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a69640a8b0ccc2d8bb11181c9fdeb1397c329
This commit is contained in:
parent
f40e11195c
commit
acb6657e73
2 changed files with 6 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1268,7 +1268,7 @@ dependencies = [
|
|||
]
|
||||
|
||||
[[package]]
|
||||
name = "stash"
|
||||
name = "stash-clipboard"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"base64",
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue