Skip to content

Commit acb8d73

Browse files
committed
Replace app-dirs with directories
1 parent 642c85d commit acb8d73

File tree

3 files changed

+119
-66
lines changed

3 files changed

+119
-66
lines changed

Cargo.lock

Lines changed: 103 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ version = "0.7.0"
44
authors = ["Thomas Hurst <[email protected]>"]
55
description = "An interface to Windows 10 filesystem compression"
66
edition = "2018"
7+
license = "MIT"
78

89
[dependencies]
9-
app_dirs = "1.2.1"
10-
compresstimator = { git = "https://github.com/Freaky/compresstimator.git", rev = "3214f5fc14a116cff095b30acf376cc5e128305d" }
10+
compresstimator = { git = "https://github.com/Freaky/compresstimator.git", rev = "26ddd3f499bc46f2c8b3ce814e9723ed41b47919" }
1111
crossbeam-channel = "0.3"
1212
ctrlc = "3.0"
13+
directories = "2.0.1"
1314
filesize = "0.1"
1415
fs2 = "0.4.3"
1516
glob = "0.3"

0 commit comments

Comments
 (0)