Skip to content

Commit

Permalink
updated pacakges a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
sokorototo committed Jan 5, 2024
1 parent 448b3f7 commit 3b90fc0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
22 changes: 20 additions & 2 deletions Cargo.lock

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

8 changes: 2 additions & 6 deletions vach-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,12 @@ name = "vach"
path = "src/main.rs"

[dependencies]
indicatif = "0.17.6"
vach = { version = "0.5.2", features = ["all"] }
clap = "3.1.15"
indicatif = "0.17.6"
anyhow = "1.0.57"
tabled = "0.15.0"
log = "0.4.17"
walkdir = "2.3.2"
pretty_env_logger = "0.5.0"
term_size = "0.3.2"

[dependencies.vach]
path = "../vach"
features = ["all"]

0 comments on commit 3b90fc0

Please sign in to comment.