Skip to content

Commit

Permalink
fix(Cargo.toml): Change keywords to be valid for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
miniben-90 committed Aug 7, 2024
1 parent 7a4defb commit df10f0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ edition = "2021"
name = "x-win-napi"
version = "0.0.0"
authors = ["BENKHADRA Hocine <[email protected]>"]
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"

Expand Down
2 changes: 1 addition & 1 deletion x-win-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ edition = "2021"
name = "x-win"
version = "0.0.0"
authors = ["BENKHADRA Hocine <[email protected]>"]
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"
Expand Down

0 comments on commit df10f0f

Please sign in to comment.