Skip to content

Commit

Permalink
style: format Cargo.toml with extension
Browse files Browse the repository at this point in the history
  • Loading branch information
hlisdero committed Aug 30, 2024
1 parent 352e257 commit 5cc2d5c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@ homepage = "https://github.com/hlisdero/cargo-check-deadlock"
authors = ["Horacio Lisdero Scaffino <[email protected]>"]
readme = "README.md"
license = "MIT OR Apache-2.0"
keywords = ["petri-net", "deadlock-detection", "rustc-plugin", "model-checker", "lost-signals"]
keywords = [
"petri-net",
"deadlock-detection",
"rustc-plugin",
"model-checker",
"lost-signals",
]
categories = ["command-line-utilities"]
edition = "2021"
exclude = [
".github/**",
".vscode/**",
"assets/**",
"scripts/**"
]
exclude = [".github/**", ".vscode/**", "assets/**", "scripts/**"]

[[bin]]
name = "cargo-check-deadlock"
Expand Down

0 comments on commit 5cc2d5c

Please sign in to comment.