Skip to content

Commit

Permalink
sway: reduce dependencies and features in sway-helper
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Aug 26, 2024
1 parent 6724f2c commit 2f5f21d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 85 deletions.
84 changes: 1 addition & 83 deletions overlays/pkgs/sway-helper/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions overlays/pkgs/sway-helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ version = "0.1.0"
edition = "2021"

[dependencies]
clap = { version = "4.5.16", features = ["derive"] }
clap = { version = "4.5.16", default-features = false, features = ["std", "help", "derive"] }
colored = "2.1.0"
edit = "0.1.5"
fzf-wrapped = "0.1.4"
regex = "1.10.6"
regex = { version = "1.10.6", default-features = false, features = ["unicode"] }
swayipc = "3.0.2"
thiserror = "1.0.63"

0 comments on commit 2f5f21d

Please sign in to comment.