Skip to content

Commit

Permalink
Prepare for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmreed committed Jan 10, 2025
1 parent bf84fa5 commit 23fdbe1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
name = "monitor-affinity"
version = "0.1.0"
edition = "2021"
authors = ["David Reed <[email protected]"]
description = "Route bars and widgets to monitors based on criteria like \"largest\" or \"rightmost\""
readme = "README.md"
repository = "https://github.com/davidmreed/monitor-affinity"
license = "MIT"
keywords = ["randr", "monitor", "display"]
categories = ["command-line-utilities"]

[dependencies]
anyhow = "1.0.95"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

### Binary

Linux binary releases are made available on each GitHub release for amd64 and arm64.
Linux amd64 binary releases are made available on each GitHub release.

### Via Cargo

Expand Down

0 comments on commit 23fdbe1

Please sign in to comment.