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