Skip to content

Commit

Permalink
add chrono as a dep
Browse files Browse the repository at this point in the history
  • Loading branch information
drdo committed Jun 30, 2024
1 parent f315f0f commit 1e60019
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ description = "This is like ncdu for a restic repository."
[dependencies]
anyhow = "1"
camino = "1"
chrono = { version = "0.4", features = ["serde"] }
clap = { version = "4", features = ["derive"] }
crossterm = "0.27"
directories = "5"
Expand Down

0 comments on commit 1e60019

Please sign in to comment.