Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Merge branch 'dev' of https://github.com/ThatFrogDev/notabena into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatFrogDev committed Feb 19, 2024
2 parents e2acf4f + e23ea32 commit 5f324ed
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 21 deletions.
59 changes: 40 additions & 19 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ categories = [ "command-line-utilities", "gui", "text-processing" ]
[dependencies]
async-std = "1.12.0"
directories = "5.0.1"
chrono = "0.4.33"
chrono = "0.4.34"
dialoguer = "0.11.0"
inquire = "0.6.2"
crossterm = "0.27.0"
rusqlite = { version = "0.30.0", features = ["bundled"] }
rusqlite = { version = "0.31.0", features = ["bundled"] }
termimad = "0.29.1"
tempfile = "3.10.0"

0 comments on commit 5f324ed

Please sign in to comment.