From 010f0091b9297c549ee6a57f4168046b09e5174d Mon Sep 17 00:00:00 2001 From: Louis Date: Thu, 7 Aug 2025 21:22:35 +0700 Subject: [PATCH] refactor: remove Cargo workspace --- Cargo.toml | 2 -- Makefile | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml deleted file mode 100644 index b9fb14e41..000000000 --- a/Cargo.toml +++ /dev/null @@ -1,2 +0,0 @@ -[workspace] -members = ["src-tauri"] \ No newline at end of file diff --git a/Makefile b/Makefile index 8d78b3457..f314e7beb 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ test: lint yarn test yarn copy:assets:tauri yarn build:icon - cargo test + cargo test --manifest-path src-tauri/Cargo.toml # Builds and publishes the app build-and-publish: install-and-build