From 82d292008bb99ff25a991f43b03d589410d94a50 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Sun, 19 Mar 2023 21:22:20 +0100 Subject: chore: Format Cargo.toml (#222) Running `cargo add SOME_CRATE` formats the config file this way so might as well fix the formatting now --- src-tauri/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src-tauri') diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index a6142cea..4887303c 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -60,7 +60,7 @@ zip-extract = "0.1.2" [features] # by default Tauri runs in production mode # when `tauri dev` runs it is executed with `cargo run --no-default-features` if `devPath` is an URL -default = [ "custom-protocol" ] +default = ["custom-protocol"] # this feature is used used for production builds where `devPath` points to the filesystem # DO NOT remove this -custom-protocol = [ "tauri/custom-protocol" ] +custom-protocol = ["tauri/custom-protocol"] -- cgit v1.2.3