Skip to content

Commit 1ac0001

Browse files
committed
style(tooling): Re-organize Cargo manifest a bit
1 parent 245cc34 commit 1ac0001

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

Cargo.toml

+23-23
Original file line numberDiff line numberDiff line change
@@ -35,37 +35,37 @@ camino = "1.1"
3535
filetime = "0.2"
3636
snafu = "0.8"
3737

38-
[dependencies.clap]
39-
version = "4.5"
40-
optional = true
41-
features = [ "derive", "wrap_help" ]
38+
[dependencies.clap]
39+
version = "4.5"
40+
optional = true
41+
features = ["derive", "wrap_help"]
4242

43-
[dependencies.git2]
44-
version = "0.19"
45-
default-features = false
43+
[dependencies.git2]
44+
version = "0.19"
45+
default-features = false
4646

4747
[build-dependencies]
4848

49-
[build-dependencies.clap_complete]
50-
version = "4.5"
51-
optional = true
49+
[build-dependencies.clap_complete]
50+
version = "4.5"
51+
optional = true
5252

53-
[build-dependencies.clap_mangen]
54-
version = "0.2"
55-
optional = true
53+
[build-dependencies.clap_mangen]
54+
version = "0.2"
55+
optional = true
5656

57-
[build-dependencies.clap]
58-
version = "4.5"
59-
optional = true
60-
features = [ "derive" ]
57+
[build-dependencies.clap]
58+
version = "4.5"
59+
optional = true
60+
features = ["derive"]
6161

62-
[build-dependencies.anyhow]
63-
version = "1.0"
62+
[build-dependencies.anyhow]
63+
version = "1.0"
6464

65-
[build-dependencies.vergen-gix]
66-
version = "1.0"
67-
default-features = false
68-
features = [ "build", "cargo", "rustc" ]
65+
[build-dependencies.vergen-gix]
66+
version = "1.0"
67+
default-features = false
68+
features = ["build", "cargo", "rustc"]
6969

7070
[package.metadata.git-cliff.git]
7171
protect_breaking_commits = true

0 commit comments

Comments
 (0)