11[package ]
2- authors = [" o2sh <ossama-hjaji@live.fr>" ]
2+ authors.workspace = true
3+ edition.workspace = true
4+ version.workspace = true
5+ license.workspace = true
6+ repository.workspace = true
37categories = [" command-line-utilities" ]
48description = " Command-line Git information tool"
5- edition = " 2021"
69exclude = [" docs/vercel/*" ]
710keywords = [" git" , " cli" , " terminal" ]
8- license = " MIT"
911name = " onefetch"
10- readme = " README.md"
11- repository = " https://github.com/o2sh/onefetch"
1212homepage = " https://onefetch.dev"
13- rust-version = " 1.65.0"
14- version = " 2.18.1"
13+ rust-version = " 1.70.0"
1514
1615[workspace ]
1716members = [" ascii" , " image" , " manifest" ]
1817
19- [dependencies ]
18+ [workspace .package ]
19+ authors = [" o2sh <ossama-hjaji@live.fr>" ]
20+ edition = " 2021"
21+ license = " MIT"
22+ version = " 2.18.1"
23+ repository = " https://github.com/o2sh/onefetch"
24+
25+ [workspace .dependencies ]
26+ owo-colors = " 3.5.0"
2027anyhow = " 1.0"
28+ clap = { version = " 4.3.19" , features = [" derive" ] }
29+ image = " 0.24.6"
30+ strum = { version = " 0.25.0" , features = [" derive" ] }
31+
32+ [dependencies ]
33+ anyhow.workspace = true
2134askalono = " 0.4.6"
2235byte-unit = " 4.0.19"
2336bytecount = " 0.6.3"
24- clap = { version = " 4.3.19 " , features = [ " derive " ] }
37+ clap.workspace = true
2538clap_complete = " 4.3.2"
2639crossbeam-channel = " 0.5.8"
2740gix-features-for-configuration-only = { package = " gix-features" , version = " 0.31.0" , features = [
@@ -33,19 +46,19 @@ gix = { version = "0.49.1", default-features = false, features = [
3346git2 = { version = " 0.17.2" , default-features = false }
3447globset = " 0.4.13"
3548human-panic = " 1.1.5"
36- image = " 0.24.6 "
49+ image.workspace = true
3750num-format = " 0.4.4"
3851onefetch-ascii = { path = " ascii" , version = " 2.18.1" }
3952onefetch-image = { path = " image" , version = " 2.18.1" }
4053onefetch-manifest = { path = " manifest" , version = " 2.18.1" }
41- owo-colors = " 3.5.0 "
54+ owo-colors.workspace = true
4255regex = " 1.9.3"
4356serde = " 1.0"
4457serde_json = " 1.0"
4558serde_yaml = " 0.9.25"
4659# TODO With the new value parsers, we're really close to being able to eliminate
4760# the strum dependency
48- strum = { version = " 0.25.0 " , features = [ " derive " ] }
61+ strum.workspace = true
4962time = { version = " 0.3.25" , features = [" formatting" ] }
5063time-humanize = { version = " 0.1.3" , features = [" time" ] }
5164tokei = " 12.1.2"
0 commit comments