Skip to content

Commit 15759b6

Browse files
committed
toml: fmt
1 parent 5c33e8a commit 15759b6

File tree

8 files changed

+123
-123
lines changed

8 files changed

+123
-123
lines changed

.cargo/audit.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Doesn't work in the sandbox
22
[yanked]
3-
enabled = false # Warn for yanked crates in Cargo.lock (default: true)
4-
update_index = false # Auto-update the crates.io index (default: true)
3+
enabled = false # Warn for yanked crates in Cargo.lock (default: true)
4+
update_index = false # Auto-update the crates.io index (default: true)

.rustfmt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# See also https://rust-lang.github.io/rustfmt for more settings.
2-
edition = "2021"
2+
edition = "2021"
33
newline_style = "Unix"

Cargo.toml

Lines changed: 73 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,96 +1,96 @@
11
[workspace.package]
2-
authors = ["o2sh <[email protected]>"]
3-
edition = "2021"
4-
license = "MIT"
5-
version = "2.23.1"
6-
repository = "https://github.com/o2sh/onefetch"
2+
authors = [ "o2sh <[email protected]>" ]
3+
edition = "2021"
4+
license = "MIT"
5+
repository = "https://github.com/o2sh/onefetch"
6+
version = "2.23.1"
77

88
[workspace]
9-
members = ["ascii", "image", "manifest"]
9+
members = [ "ascii", "image", "manifest" ]
1010

11-
[workspace.dependencies]
12-
owo-colors = "4.1.0"
13-
anyhow = "1.0"
14-
clap = { version = "4.5.26", features = ["derive"] }
15-
image = { version = "0.25.5", default-features = false, features = [
16-
"color_quant",
17-
"jpeg",
18-
"png",
19-
"webp",
20-
] }
21-
strum = { version = "0.26.3", features = ["derive"] }
11+
[workspace.dependencies]
12+
anyhow = "1.0"
13+
clap = { version = "4.5.26", features = [ "derive" ] }
14+
image = { version = "0.25.5", default-features = false, features = [
15+
"color_quant",
16+
"jpeg",
17+
"png",
18+
"webp",
19+
] }
20+
owo-colors = "4.1.0"
21+
strum = { version = "0.26.3", features = [ "derive" ] }
2222

2323
[package]
24-
authors.workspace = true
25-
edition.workspace = true
26-
version.workspace = true
27-
license.workspace = true
28-
repository.workspace = true
29-
categories = ["command-line-utilities"]
30-
description = "Command-line Git information tool"
31-
exclude = ["docs/vercel/*"]
32-
keywords = ["git", "cli", "terminal"]
33-
name = "onefetch"
34-
homepage = "https://onefetch.dev"
35-
rust-version = "1.81.0"
24+
authors.workspace = true
25+
categories = [ "command-line-utilities" ]
26+
description = "Command-line Git information tool"
27+
edition.workspace = true
28+
exclude = [ "docs/vercel/*" ]
29+
homepage = "https://onefetch.dev"
30+
keywords = [ "cli", "git", "terminal" ]
31+
license.workspace = true
32+
name = "onefetch"
33+
repository.workspace = true
34+
rust-version = "1.81.0"
35+
version.workspace = true
3636

3737
[dependencies]
38-
anyhow.workspace = true
39-
askalono = "0.5.0"
40-
byte-unit = "5.1.6"
41-
clap.workspace = true
42-
clap_complete = "4.5.42"
43-
crossbeam-channel = "0.5.14"
44-
gix = { version = "0.70.0", default-features = false, features = [
45-
"max-performance-safe",
38+
anyhow.workspace = true
39+
askalono = "0.5.0"
40+
byte-unit = "5.1.6"
41+
clap.workspace = true
42+
clap_complete = "4.5.42"
43+
crossbeam-channel = "0.5.14"
44+
gix = { version = "0.70.0", default-features = false, features = [
4645
"blob-diff",
47-
"mailmap",
4846
"index",
47+
"mailmap",
48+
"max-performance-safe",
4949
"status",
50-
] }
51-
gix-features = { version = "0.40.0", features = ["zlib-ng"] }
52-
globset = "0.4.15"
53-
human-panic = "2.0.2"
54-
image.workspace = true
55-
num-format = "0.4.4"
56-
onefetch-ascii = { path = "ascii", version = "2.19.0" }
57-
onefetch-image = { path = "image", version = "2.19.0" }
58-
onefetch-manifest = { path = "manifest", version = "2.19.0" }
59-
owo-colors.workspace = true
60-
regex = "1.11.1"
61-
serde = "1.0"
62-
serde_json = "1.0"
63-
serde_yaml = "0.9.34"
64-
# TODO With the new value parsers, we're really close to being able to eliminate
65-
# the strum dependency
66-
strum.workspace = true
67-
time = { version = "0.3.37", features = ["formatting"] }
68-
time-humanize = { version = "0.1.3", features = ["time"] }
69-
tokei = "13.0.0-alpha.8"
70-
typetag = "0.2"
50+
] }
51+
gix-features = { version = "0.40.0", features = [ "zlib-ng" ] }
52+
globset = "0.4.15"
53+
human-panic = "2.0.2"
54+
image.workspace = true
55+
num-format = "0.4.4"
56+
onefetch-ascii = { path = "ascii", version = "2.19.0" }
57+
onefetch-image = { path = "image", version = "2.19.0" }
58+
onefetch-manifest = { path = "manifest", version = "2.19.0" }
59+
owo-colors.workspace = true
60+
regex = "1.11.1"
61+
serde = "1.0"
62+
serde_json = "1.0"
63+
serde_yaml = "0.9.34"
64+
# TODO With the new value parsers, we're really close to being able to eliminate
65+
# the strum dependency
66+
strum.workspace = true
67+
time = { version = "0.3.37", features = [ "formatting" ] }
68+
time-humanize = { version = "0.1.3", features = [ "time" ] }
69+
tokei = "13.0.0-alpha.8"
70+
typetag = "0.2"
7171

7272
[dev-dependencies]
73-
criterion = "0.5.1"
74-
gix-testtools = "0.15.0"
75-
insta = { version = "1.42.1", features = ["json", "redactions"] }
76-
rstest = "0.24.0"
73+
criterion = "0.5.1"
74+
gix-testtools = "0.15.0"
75+
insta = { version = "1.42.1", features = [ "json", "redactions" ] }
76+
rstest = "0.24.0"
7777

7878
[[bench]]
79-
name = "repo"
80-
harness = false
79+
harness = false
80+
name = "repo"
8181

8282
[build-dependencies]
83-
lazy_static = "1"
84-
regex = "1"
85-
serde_json = "1"
86-
serde_yaml = "0.9"
87-
tera = { version = "1", default-features = false }
83+
lazy_static = "1"
84+
regex = "1"
85+
serde_json = "1"
86+
serde_yaml = "0.9"
87+
tera = { version = "1", default-features = false }
8888

8989
[target.'cfg(windows)'.build-dependencies]
90-
winres = "0.1"
90+
winres = "0.1"
9191

9292
[target.'cfg(windows)'.dependencies]
93-
enable-ansi-support = "0.2.1"
93+
enable-ansi-support = "0.2.1"
9494

9595
[features]
96-
fail-on-deprecated = []
96+
fail-on-deprecated = [ ]

ascii/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
2-
authors.workspace = true
3-
edition.workspace = true
4-
version.workspace = true
5-
license.workspace = true
6-
repository.workspace = true
7-
name = "onefetch-ascii"
8-
description = "Display colorized ascii art to the terminal"
2+
authors.workspace = true
3+
description = "Display colorized ascii art to the terminal"
4+
edition.workspace = true
5+
license.workspace = true
6+
name = "onefetch-ascii"
7+
repository.workspace = true
8+
version.workspace = true
99

1010
[dependencies]
11-
owo-colors.workspace = true
11+
owo-colors.workspace = true

deny.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[licenses]
2-
allow = ["MIT"]
2+
allow = [ "MIT" ]

image/Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[package]
2-
authors.workspace = true
3-
edition.workspace = true
4-
version.workspace = true
5-
license.workspace = true
6-
repository.workspace = true
7-
name = "onefetch-image"
8-
description = "Display images in the terminal"
2+
authors.workspace = true
3+
description = "Display images in the terminal"
4+
edition.workspace = true
5+
license.workspace = true
6+
name = "onefetch-image"
7+
repository.workspace = true
8+
version.workspace = true
99

1010
[dependencies]
11-
anyhow.workspace = true
12-
clap.workspace = true
13-
image.workspace = true
11+
anyhow.workspace = true
12+
clap.workspace = true
13+
image.workspace = true
1414

1515
[target.'cfg(not(windows))'.dependencies]
16-
color_quant = "1.1.0"
17-
base64 = "0.22.1"
18-
libc = "0.2.169"
16+
base64 = "0.22.1"
17+
color_quant = "1.1.0"
18+
libc = "0.2.169"

manifest/Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
2-
authors.workspace = true
3-
edition.workspace = true
4-
version.workspace = true
5-
license.workspace = true
6-
repository.workspace = true
7-
name = "onefetch-manifest"
8-
description = "Detect and parse manifest files"
2+
authors.workspace = true
3+
description = "Detect and parse manifest files"
4+
edition.workspace = true
5+
license.workspace = true
6+
name = "onefetch-manifest"
7+
repository.workspace = true
8+
version.workspace = true
99

1010
[dependencies]
11-
anyhow.workspace = true
12-
cargo_toml = "0.21.0"
13-
npm-package-json = "0.1.3"
14-
strum.workspace = true
11+
anyhow.workspace = true
12+
cargo_toml = "0.21.0"
13+
npm-package-json = "0.1.3"
14+
strum.workspace = true
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[package]
2-
name = "project"
3-
version = "0.1.0"
4-
edition = "2018"
5-
description = "this is a description"
6-
license = "MIT"
2+
description = "this is a description"
3+
edition = "2018"
4+
license = "MIT"
5+
name = "project"
6+
version = "0.1.0"
77

88
[dependencies]
9-
cortex-m-rtic = "0.6.0-alpha.1"
10-
anyhow = "1.0"
9+
anyhow = "1.0"
10+
cortex-m-rtic = "0.6.0-alpha.1"
1111

12-
[dependencies.cortex-m]
13-
version = "0.7.1"
12+
[dependencies.cortex-m]
13+
version = "0.7.1"
1414

15-
[dependencies.cortex-m-rt]
16-
version = "0.6.11"
15+
[dependencies.cortex-m-rt]
16+
version = "0.6.11"
1717

18-
[dependencies.stm32f4xx-hal]
19-
version = "0.8.3"
20-
features = ["rt", "stm32f401"]
18+
[dependencies.stm32f4xx-hal]
19+
features = [ "rt", "stm32f401" ]
20+
version = "0.8.3"

0 commit comments

Comments
 (0)