From f78fd7ee41ebaf7e54ba8dd8eb11c8dced158afa Mon Sep 17 00:00:00 2001 From: "N0\\A" Date: Thu, 10 Sep 2026 08:55:25 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3d34df3..b4f7901 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" description = "An simple alt-tab window switcher for sway" license = "MIT" repository = "https://git.krzak.org/N0VA/wl-tab" -readme = "README.md" +readme = "README.adoc" keywords = ["wayland", "sway", "wlroots", "alt-tab", "switcher"] categories = ["command-line-utilities", "os::unix-apis"] rust-version = "1.89"