Initialize plugins in PluginManager::new and fix CLI release deps

This commit is contained in:
Gregory Schier
2026-02-22 15:06:55 -08:00
parent 50c7992b42
commit 4aef826a80
6 changed files with 48 additions and 78 deletions

View File

@@ -7,7 +7,6 @@
//! by yaak-app's plugins_ext module.
pub mod api;
pub mod bootstrap;
mod checksum;
pub mod error;
pub mod events;