Update Cargo.toml

This commit is contained in:
2026-09-09 19:16:07 +02:00
parent 01c1b31636
commit 782a21f864
+4 -4
View File
@@ -1,12 +1,12 @@
[package]
name = "wl-pick"
name = "wl-tab"
version = "0.4.0"
edition = "2024"
description = "A live grid of window and display previews, for picking one"
description = "An alt-tab window switcher for sway: live window previews in a single row"
license = "MIT"
repository = "https://github.com/mil-ad/wl-pick"
repository = "https://git.krzak.org/N0VA/wl-tab"
readme = "README.md"
keywords = ["wayland", "sway", "wlroots", "screencast", "switcher"]
keywords = ["wayland", "sway", "wlroots", "alt-tab", "switcher"]
categories = ["command-line-utilities", "os::unix-apis"]
# The floor is cosmic-text, which needs 1.89; let-chains here need 1.88.
rust-version = "1.89"