Skip to content

Commit 4c145a6

Browse files
committed
reorder cargo deps
1 parent 0f377c5 commit 4c145a6

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

Diff for: Cargo.toml

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
11
[package]
2+
authors = ["o2sh <[email protected]>"]
3+
description = "Git repository summary on your terminal"
24
edition = "2018"
5+
exclude = ["assets/*", "tools/*"]
6+
license = "MIT"
37
name = "onefetch"
4-
description = "Git repository summary on your terminal"
5-
version = "2.9.1"
6-
authors = ["o2sh <[email protected]>"]
78
readme = "README.md"
8-
license = "MIT"
99
repository = "https://github.com/o2sh/onefetch"
10-
exclude = ["assets/*", "tools/*"]
10+
version = "2.9.1"
1111

1212
[package.metadata.deb]
13-
maintainer = "o2sh <[email protected]>"
13+
depends = "$auto"
1414
extended-description = """\
1515
Onefetch is a command-line Git information tool written in Rust \
1616
that displays project information and code statistics \
1717
for a local Git repository directly on your terminal."""
18-
depends = "$auto"
19-
section = "utility"
18+
maintainer = "o2sh <[email protected]>"
2019
priority = "optional"
20+
section = "utility"
2121

2222
[dependencies]
23-
color_quant = "1.1.0"
24-
colored = "2.0.0"
25-
git2 = { version = "0.13.17", default-features = false }
26-
json = "0.12.4"
27-
tokei = "12.1.2"
2823
askalono = "0.4.3"
24+
byte-unit = "4.0.10"
2925
bytecount = "0.6.2"
26+
chrono = "0.4"
27+
chrono-humanize = "0.1.2"
3028
clap = "2.33.3"
31-
strum = { version = "0.20.0", features = ["derive"] }
32-
term_size = "0.3.2"
29+
color_quant = "1.1.0"
30+
colored = "2.0.0"
31+
error-chain = "0.12"
32+
git2 = {version = "0.13.17", default-features = false}
3333
image = "0.23.14"
34+
json = "0.12.4"
3435
regex = "1.4.5"
35-
error-chain = "0.12"
36-
toml = "0.5.8"
37-
yaml-rust = "0.4"
3836
serde = "1.0.124"
3937
serde_json = "1.0.64"
4038
serde_yaml = "0.8"
41-
chrono = "0.4"
42-
chrono-humanize = "0.1.2"
43-
byte-unit = "4.0.10"
39+
strum = {version = "0.20.0", features = ["derive"]}
40+
term_size = "0.3.2"
41+
tokei = "12.1.2"
42+
toml = "0.5.8"
43+
yaml-rust = "0.4"
4444

4545
[target.'cfg(windows)'.dependencies]
4646
ansi_term = "0.12"
4747

4848
[target.'cfg(not(windows))'.dependencies]
49-
libc = "0.2.89"
5049
base64 = "0.13.0"
50+
libc = "0.2.89"
5151

5252
[dev-dependencies]
5353
more-asserts = "0.2"

0 commit comments

Comments
 (0)