Skip to content

Commit

Permalink
remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Kl4rry committed Jun 1, 2024
1 parent 231d603 commit e8e4abe
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 103 deletions.
211 changes: 112 additions & 99 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = "0.1.0"

[workspace.dependencies]
anyhow = "1.0.68"
arboard = "3.2.0"
arboard = { version = "3.2.0", default-features = false }
bitflags = "2.5.0"
blake3 = "1.5.1"
cb = { package = "crossbeam-channel", version = "0.5.8" }
Expand Down Expand Up @@ -47,7 +47,7 @@ slab = "0.4.8"
sublime_fuzzy = "0.7.0"
subprocess = "0.2.9"
tempdir = "0.3.7"
toml = "0.7.1"
toml = { version = "0.7.1", default-features = false }
tracing = "0.1.40"
tracing-log = "0.2.0"
tracing-subscriber = "0.3.18"
Expand Down
Loading

0 comments on commit e8e4abe

Please sign in to comment.