From f05d8a677ad7fb84179143ff97a01367536f3c6c Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Wed, 11 Oct 2023 23:35:05 +0300 Subject: [PATCH] style(build): Normalize TOML formatting --- Cargo.toml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 08d78f2c7..fe9839d35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ build = "build-aux/build.rs" [[bin]] name = "sile" -required-features = ["cli"] +required-features = [ "cli" ] [dependencies] @@ -53,20 +53,20 @@ required-features = ["cli"] features = [ "build", "cargo", "git", "gitoxide" ] [features] -default = ["cli", "bash", "elvish", "fish", "manpage", "powershell", "zsh"] -lua54 = ["mlua/lua54"] -lua53 = ["mlua/lua53"] -lua52 = ["mlua/lua52"] -lua51 = ["mlua/lua51"] -luajit = ["mlua/luajit"] -completions = ["cli", "clap_complete"] -cli = ["clap"] -bash = ["completions"] -elvish = ["completions"] -fish = ["completions"] -manpage = ["clap_mangen"] -powershell = ["completions"] -zsh = ["completions"] +default = [ "cli", "bash", "elvish", "fish", "manpage", "powershell", "zsh" ] +lua54 = [ "mlua/lua54" ] +lua53 = [ "mlua/lua53" ] +lua52 = [ "mlua/lua52" ] +lua51 = [ "mlua/lua51" ] +luajit = [ "mlua/luajit" ] +completions = [ "cli", "clap_complete" ] +cli = [ "clap" ] +bash = [ "completions" ] +elvish = [ "completions" ] +fish = [ "completions" ] +manpage = [ "clap_mangen" ] +powershell = [ "completions" ] +zsh = [ "completions" ] [profile.release] lto = true