Small example to show how to compose components (capabilities) in a Topology to simplify reusing existing components for different topologies

This commit is contained in:
Ian Letourneau
2025-11-03 17:20:27 -05:00
commit 7cfdf2fb49
17 changed files with 292 additions and 0 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "harmony-composable"
version = "0.1.0"
edition = "2024"
[dependencies]
ambassador = "0.4.2"