Skip to content

Commit 5cc2d5c

Browse files
committed
style: format Cargo.toml with extension
1 parent 352e257 commit 5cc2d5c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Cargo.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ homepage = "https://github.com/hlisdero/cargo-check-deadlock"
77
authors = ["Horacio Lisdero Scaffino <hlisdero@users.noreply.github.com>"]
88
readme = "README.md"
99
license = "MIT OR Apache-2.0"
10-
keywords = ["petri-net", "deadlock-detection", "rustc-plugin", "model-checker", "lost-signals"]
10+
keywords = [
11+
"petri-net",
12+
"deadlock-detection",
13+
"rustc-plugin",
14+
"model-checker",
15+
"lost-signals",
16+
]
1117
categories = ["command-line-utilities"]
1218
edition = "2021"
13-
exclude = [
14-
".github/**",
15-
".vscode/**",
16-
"assets/**",
17-
"scripts/**"
18-
]
19+
exclude = [".github/**", ".vscode/**", "assets/**", "scripts/**"]
1920

2021
[[bin]]
2122
name = "cargo-check-deadlock"

0 commit comments

Comments
 (0)