Skip to content

Commit

Permalink
improve ui
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Dec 15, 2024
1 parent 2118205 commit 1ed2013
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 18 deletions.
191 changes: 191 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,19 @@ description = "Cross platform copy files with progress"
[dependencies]
blake2 = "0.10.6"
clap = { version = "4.5.23", features = ["derive"] }
console = "0.15.8"
digest = "0.10.7"
eyre = "0.6.12"
file-hashing = "0.1.2"
fs_extra = "1.3.0"
hex = "0.4.3"
humansize = "2.1.3"
indicatif = "0.17.9"
keepawake = "0.5.1"
num_cpus = "1.16.0"
sha256 = "1.5.0"
tracing = "0.1.41"
tracing-indicatif = "0.3.8"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }

# The profile that 'dist' will build with
Expand Down
Loading

0 comments on commit 1ed2013

Please sign in to comment.