refactor: remove Cargo workspace

This commit is contained in:
Louis 2025-08-07 21:22:35 +07:00
parent cafd8741ca
commit 010f0091b9
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2
2 changed files with 1 additions and 3 deletions

View File

@ -1,2 +0,0 @@
[workspace]
members = ["src-tauri"]

View File

@ -43,7 +43,7 @@ test: lint
yarn test yarn test
yarn copy:assets:tauri yarn copy:assets:tauri
yarn build:icon yarn build:icon
cargo test cargo test --manifest-path src-tauri/Cargo.toml
# Builds and publishes the app # Builds and publishes the app
build-and-publish: install-and-build build-and-publish: install-and-build