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