aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2026-01-23 20:56:19 +0800
committer苏向夜 <fu050409@163.com>2026-01-23 20:56:19 +0800
commit410c949b87424b4ac0df5e3f38930781c6eda147 (patch)
treedcf787cf8c47e363b6e5e7c54cd0e86a094a2e07 /Cargo.toml
parent9430bee86fbf943283eb5a6f63bd750b875ff433 (diff)
downloadDropOut-410c949b87424b4ac0df5e3f38930781c6eda147.tar.gz
DropOut-410c949b87424b4ac0df5e3f38930781c6eda147.zip
feat(client): add tauri api macros
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1a8ac7a..dedc4f1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[workspace]
-members = ["src-tauri"]
+members = ["src-tauri", "crates/*"]
resolver = "3"
[profile.dev]