From 6569c2b5b5800e10523df66525aa84aed9e05583 Mon Sep 17 00:00:00 2001 From: Julian Frimmel Date: Mon, 23 Sep 2024 19:05:46 +0200 Subject: [PATCH] Format `Cargo.toml` This is done with the built-in formatter of the VS Code extension "Even Better TOML" (on default settings). --- Cargo.toml | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7d20d6a..78e5b98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,23 +7,9 @@ description = "A cargo subcommand for running valgrind" repository = "https://github.com/jfrimmel/cargo-valgrind" readme = "README.md" license = "MIT OR Apache-2.0" -keywords = [ - "cargo", - "subcommand", - "cargo-subcommand", - "valgrind", - "cli", -] -categories = [ - "development-tools", - "development-tools::cargo-plugins", -] -exclude = [ - ".github", - ".vscode", - "CHANGELOG.md", - "tests", -] +keywords = ["cargo", "subcommand", "cargo-subcommand", "valgrind", "cli"] +categories = ["development-tools", "development-tools::cargo-plugins"] +exclude = [".github", ".vscode", "CHANGELOG.md", "tests"] [features] default = ["textwrap"]