diff --git a/Cargo.toml b/Cargo.toml index a1ce5cc..20fa225 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ edition = "2021" name = "x-win-napi" version = "0.0.0" authors = ["BENKHADRA Hocine "] -keywords = ["window", "active", "current", "position", "title", "list", "open"] +keywords = ["window", "active", "current", "position", "open"] description = "This package allows you to retrieve precise information about active and open windows on Windows, MacOS, and Linux. You can obtain the position, size, title, and other memory of windows." repository = "https://github.com/miniben-90/x-win" diff --git a/x-win-rs/Cargo.toml b/x-win-rs/Cargo.toml index c19d4a2..f00f4eb 100644 --- a/x-win-rs/Cargo.toml +++ b/x-win-rs/Cargo.toml @@ -3,7 +3,7 @@ edition = "2021" name = "x-win" version = "0.0.0" authors = ["BENKHADRA Hocine "] -keywords = ["window", "active", "current", "position", "title", "list", "open"] +keywords = ["window", "active", "current", "position", "open"] description = "This package allows you to retrieve precise information about active and open windows on Windows, MacOS, and Linux. You can obtain the position, size, title, and other memory of windows." repository = "https://github.com/miniben-90/x-win" license = "MIT"