Skip to content

Commit

Permalink
Switch to standard logging
Browse files Browse the repository at this point in the history
Remove chrono from dependencies
Show more info in log list
  • Loading branch information
funbiscuit committed Mar 26, 2023
1 parent e582020 commit 5515fbc
Show file tree
Hide file tree
Showing 10 changed files with 216 additions and 195 deletions.
159 changes: 73 additions & 86 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ diskscan = { path = "../lib", version = "0.2.0" }

anyhow = "1.0"
byte-unit = { version = "4.0", default-features = false, features = ["std"] }
chrono = "0.4.22"
clap = { version = "4.0.18", features = ["derive"] }
crossterm = { version = "0.26.1", features = ["serde"] }
derivative = "2.2.0"
lazy_static = "1.4.0"
log = "0.4.17"
num-format = "0.4.3"
time = { version = "0.3.20", features = ["formatting", "macros"] }
tui = { version = "0.19", default-features = false, features = ["crossterm"] }
unicode-width = "0.1.10"
Loading

0 comments on commit 5515fbc

Please sign in to comment.