Skip to content

Commit

Permalink
add deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsBenyaamin committed Dec 19, 2022
1 parent 8e9acff commit 331606f
Show file tree
Hide file tree
Showing 2 changed files with 159 additions and 0 deletions.
156 changes: 156 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ edition = "2021"
tui = "0.19.0" # TUI
crossterm = "0.25.0" # terminal back-end
arboard = "3.2.0" # copy text to clipboard
rpassword = "7.2.0" # Password input library
rusqlite = { version = "0.28.0", features = ["bundled-sqlcipher"] } # SQLite database
dirs = "4.0.0"

0 comments on commit 331606f

Please sign in to comment.