From df10f0f7840fd1ce78871349ec8609587a943045 Mon Sep 17 00:00:00 2001 From: hocine BENKHADRA Date: Wed, 7 Aug 2024 14:10:52 +0200 Subject: [PATCH] fix(Cargo.toml): Change keywords to be valid for publishing --- Cargo.toml | 2 +- x-win-rs/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"