Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
solidiquis committed Oct 25, 2023
1 parent 1b5b2b0 commit 4291baa
Show file tree
Hide file tree
Showing 16 changed files with 999 additions and 200 deletions.
150 changes: 26 additions & 124 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 @@ -26,7 +26,7 @@ path = "src/main.rs"
[dependencies]
ansi_term = "0.12.1"
anyhow = "1.0.75"
chrono = "0.4.24"
chrono = { version = "0.4.24", default-features = false, features = ["clock", "std"] }
clap = { version = "4.1.1", features = ["derive"] }
clap_complete = "4.1.1"
config = { version = "0.13.3", default-features = false, features = ["toml"] }
Expand All @@ -37,6 +37,7 @@ errno = "0.3.1"
filesize = "0.2.0"
ignore = "0.4.2"
indextree = "4.6.0"
log = { version = "0.4.20", features = ["std"] }
lscolors = { version = "0.13.0", features = ["ansi_term"] }
once_cell = "1.17.0"
regex = "1.7.3"
Expand Down
41 changes: 0 additions & 41 deletions src/cli/mod.rs

This file was deleted.

Loading

0 comments on commit 4291baa

Please sign in to comment.