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