Skip to content

Commit c396b84

Browse files
author
Stephan Dilly
committed
make clap dep a little less heavy
1 parent f963430 commit c396b84

File tree

2 files changed

+3
-39
lines changed

2 files changed

+3
-39
lines changed

Cargo.lock

Lines changed: 0 additions & 36 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ keywords = [
2222
scopetime = { path = "./scopetime", version = "0.1" }
2323
asyncgit = { path = "./asyncgit", version = "0.4" }
2424
crossterm = "0.17"
25-
clap = "2.33"
26-
tui = { version = "0.9", default-features=false, features = ['crossterm'] }
25+
clap = { version = "2.33", default-features = false }
26+
tui = { version = "0.9", default-features = false, features = ['crossterm'] }
2727
itertools = "0.9"
2828
rayon-core = "1.7"
2929
log = "0.4"
30-
simplelog = { version = "0.8", default-features=false }
30+
simplelog = { version = "0.8", default-features = false }
3131
dirs = "2.0"
3232
crossbeam-channel = "0.4"
3333
scopeguard = "1.1"

0 commit comments

Comments
 (0)