Skip to content

Commit

Permalink
Toml keyword fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
l4l committed Oct 12, 2022
1 parent cc91587 commit 66f0107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
description = "minimalistic menu for wayland"
repository = "https://github.com/l4l/yofi"
license = "MIT"
keywords = ["application launcher", "menu", "wayland", "wlroots-based menu", "dmenu replacement"]
keywords = ["application-launcher", "menu", "wayland", "wlroots-based-menu", "dmenu-replacement"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -19,7 +19,7 @@ ttf-parser = { version = "0.15.0", optional = true }
fontdue = { version = "0.7.2", optional = true }
rust-fontconfig = { version = "0.1.5", optional = true }
# Not used directly by yofi. Added to ensure brotli-decompressor is built with std support for rust-fontconfig
brotli-decompressor = { version = "*", optional = true }
brotli-decompressor = { version = "2.3.2", optional = true }
encoding_rs = "=0.8.28"


Expand Down

0 comments on commit 66f0107

Please sign in to comment.