mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-20 21:20:42 +02:00
chore: make examples part of the workspace
This commit is contained in:
+2
-1
@@ -1,11 +1,12 @@
|
||||
[workspace]
|
||||
members = ["plugins/*"]
|
||||
members = ["plugins/*", "plugins/*/examples/*/src-tauri"]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.dependencies]
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
log = "0.4"
|
||||
tauri = "1"
|
||||
tauri-build = "1"
|
||||
serde_json = "1"
|
||||
thiserror = "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user