feat: Application Interpret still WIP but now call ensure_installed on features, also introduced a rust app example, completed work on clone_box behavior

This commit is contained in:
2025-07-01 22:44:44 -04:00
parent ee02906ce9
commit 8ae0d6b548
10 changed files with 86 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ use crate::{
topology::{HelmCommand, Topology},
};
#[derive(Debug, Default)]
#[derive(Debug, Default, Clone)]
pub struct Monitoring {}
#[async_trait]