Skip to content

Commit

Permalink
Get rid of some duplicate deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkulak committed May 10, 2023
1 parent 2e254d0 commit 60fb762
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 45 deletions.
48 changes: 6 additions & 42 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "matui"
version = "0.1.1"
version = "0.3.0"
authors = ["Phil Kulak"]
edition = "2021"

[dependencies]
anyhow = { version = "1.0", features = ["backtrace"] }
chrono = "0.4"
crossterm = "0.26"
crossterm = "0.25"
config = { version = "0.13", features = ["toml"] }
dirs = "5.0"
dirs = "4.0"
emojis = "0.5"
futures = "0.3.24"
image = "0.24"
Expand Down

0 comments on commit 60fb762

Please sign in to comment.