feat(files): Convert to Rust

This commit is contained in:
Michael Aaron Murphy 2021-08-18 13:34:30 +02:00
parent bc1fc717b1
commit d29268d8be
10 changed files with 194 additions and 228 deletions

View file

@ -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()),