mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-18 16:57:19 +02:00
feat(process): add plugin (#348)
This commit is contained in:
committed by
GitHub
parent
61e7d6ede5
commit
012d32e8ed
Generated
+8
@@ -159,6 +159,7 @@ dependencies = [
|
||||
"tauri-plugin-log",
|
||||
"tauri-plugin-notification",
|
||||
"tauri-plugin-os",
|
||||
"tauri-plugin-process",
|
||||
"tauri-plugin-shell",
|
||||
"tiny_http",
|
||||
"window-shadows",
|
||||
@@ -3710,6 +3711,13 @@ dependencies = [
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tauri-plugin-process"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"tauri",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tauri-plugin-shell"
|
||||
version = "0.0.0"
|
||||
|
||||
Reference in New Issue
Block a user