Skip to content

Commit

Permalink
Cargo.toml: add strum dependency
Browse files Browse the repository at this point in the history
Signed-off-by: David Aguilar <davvid@gmail.com>
  • Loading branch information
davvid committed Jul 16, 2023
1 parent bb2779a commit a508b26
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ rayon = "1.5"
rm_rf = "0.6.2"
shellexpand = "2.1"
shlex = "1.1"
strum = "0.25"
strum_macros = "0.25"
subprocess = "0.2"
thiserror = "1.0"
which = "4.3.0"
Expand Down

0 comments on commit a508b26

Please sign in to comment.