Skip to content

Commit

Permalink
Feature(worktime): Change database system and create basic operations…
Browse files Browse the repository at this point in the history
… for worktime.
  • Loading branch information
dmyna committed Jun 27, 2024
1 parent 6c2dad2 commit 5dd3055
Show file tree
Hide file tree
Showing 8 changed files with 242 additions and 159 deletions.
108 changes: 101 additions & 7 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
dirs = "5.0.1"
lazy_static = "1.4.0"
uuid = { version = "1.7.0", features = ["v5"] }
uuid = { version = "1.7.0", features = ["v7"] }
toml = "0.8.8"
dialoguer = "0.11.0"
regex = "1.10.3"
Expand All @@ -25,3 +25,4 @@ itertools = "0.13.0"
tmux_interface = "0.3.2"
terminal_size = "0.3.0"
strum_macros = "0.26.4"
rusqlite = "0.31.0"
Loading

0 comments on commit 5dd3055

Please sign in to comment.