From 25bbf7703b59e217965cca89c40245d1a7adde08 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Fri, 11 Aug 2023 03:54:03 +0900 Subject: [PATCH] [chpre] clean cargo --- src-tauri/Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 74724b9e..64e1db1d 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -23,7 +23,4 @@ darling = "0.20.3" [features] # this feature is used for production builds or when `devPath` points to the filesystem # DO NOT REMOVE!! -custom-protocol = ["tauri/custom-protocol"] - -# [lib] -# crate-type = ["staticlib", "cdylib", "rlib"] \ No newline at end of file +custom-protocol = ["tauri/custom-protocol"] \ No newline at end of file