feat: add CmdPlugin for executing terminal commands and update workspace configuration
This commit is contained in:
11
Cargo.lock
generated
11
Cargo.lock
generated
@@ -1767,6 +1767,7 @@ dependencies = [
|
||||
"k-launcher-ui",
|
||||
"plugin-apps",
|
||||
"plugin-calc",
|
||||
"plugin-cmd",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
@@ -2750,6 +2751,16 @@ dependencies = [
|
||||
"tokio",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "plugin-cmd"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"k-launcher-kernel",
|
||||
"libc",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "plugin-files"
|
||||
version = "0.1.0"
|
||||
|
||||
Reference in New Issue
Block a user