Skip to content

Commit

Permalink
Reformat cargo / remove unused dep
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnymeller committed Jun 1, 2024
1 parent c58df46 commit fd327b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
7 changes: 0 additions & 7 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ include = ["src/**/*", "Cargo.toml", "LICENSE", "README.md"]
[dependencies]
anyhow = "1"
clap = { version = "4.1", features = ["cargo", "derive"] }
clap_complete = "4.5.2"
clap_mangen = "0.2.20"
config = "0.13"
serde = { version = "1", features = ["derive"] }
libc = "0.2"
indexmap = "1.9"
shellexpand = "3"
xdg = "2.4"
crossterm = "0.27.0"
enum_dispatch = "0.3.13"
crossterm = { version = "0.27.0", features = ["event-stream"] }
indexmap = "1.9"
jwalk = "0.8.1"
libc = "0.2"
nucleo = "0.5.0"
ratatui = "0.26.3"
serde_json = "1.0.117"
schemars = "0.8.21"
clap_complete = "4.5.2"
clap_mangen = "0.2.20"
jwalk = "0.8.1"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.117"
shellexpand = "3"
xdg = "2.4"

0 comments on commit fd327b8

Please sign in to comment.