1 2 3 4 5
use crate::domain::plugin::PluginInfo; pub fn builtin_plugin_definitions() -> Vec<PluginInfo> { vec![] }