feat(files): Convert to Rust
This commit is contained in:
parent
bc1fc717b1
commit
d29268d8be
10 changed files with 194 additions and 228 deletions
|
|
@ -18,6 +18,7 @@ fn main() {
|
|||
"calc" => block_on(plugins::calc::main()),
|
||||
"desktop-entries" => block_on(plugins::desktop_entries::main()),
|
||||
"find" => block_on(plugins::find::main()),
|
||||
"files" => block_on(plugins::files::main()),
|
||||
"pop-launcher" => block_on(service::main()),
|
||||
"pop-shell" => block_on(plugins::pop_shell::main()),
|
||||
"scripts" => block_on(plugins::scripts::main()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue