File tree 1 file changed +22
-22
lines changed
1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
+ authors = [
" o2sh <[email protected] >" ]
3
+ description = " Git repository summary on your terminal"
2
4
edition = " 2018"
5
+ exclude = [" assets/*" , " tools/*" ]
6
+ license = " MIT"
3
7
name = " onefetch"
4
- description = " Git repository summary on your terminal"
5
- version = " 2.9.1"
6
- authors = [
" o2sh <[email protected] >" ]
7
8
readme = " README.md"
8
- license = " MIT"
9
9
repository = " https://github.com/o2sh/onefetch"
10
- exclude = [ " assets/* " , " tools/* " ]
10
+ version = " 2.9.1 "
11
11
12
12
[package .metadata .deb ]
13
- maintainer =
" o2sh <[email protected] > "
13
+ depends = " $auto "
14
14
extended-description = """ \
15
15
Onefetch is a command-line Git information tool written in Rust \
16
16
that displays project information and code statistics \
17
17
for a local Git repository directly on your terminal."""
18
- depends = " $auto"
19
- section = " utility"
18
+ maintainer =
" o2sh <[email protected] >"
20
19
priority = " optional"
20
+ section = " utility"
21
21
22
22
[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"
28
23
askalono = " 0.4.3"
24
+ byte-unit = " 4.0.10"
29
25
bytecount = " 0.6.2"
26
+ chrono = " 0.4"
27
+ chrono-humanize = " 0.1.2"
30
28
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 }
33
33
image = " 0.23.14"
34
+ json = " 0.12.4"
34
35
regex = " 1.4.5"
35
- error-chain = " 0.12"
36
- toml = " 0.5.8"
37
- yaml-rust = " 0.4"
38
36
serde = " 1.0.124"
39
37
serde_json = " 1.0.64"
40
38
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"
44
44
45
45
[target .'cfg(windows)' .dependencies ]
46
46
ansi_term = " 0.12"
47
47
48
48
[target .'cfg(not(windows))' .dependencies ]
49
- libc = " 0.2.89"
50
49
base64 = " 0.13.0"
50
+ libc = " 0.2.89"
51
51
52
52
[dev-dependencies ]
53
53
more-asserts = " 0.2"
You can’t perform that action at this time.
0 commit comments