feat: Nats supercluster example working
Some checks failed
Run Check Script / check (pull_request) Failing after 42s

This commit is contained in:
2026-01-16 09:45:59 -05:00
parent 1837623394
commit ced371ca43
3 changed files with 220 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
[package]
name = "example-nats-supercluster"
edition = "2024"
version.workspace = true
readme.workspace = true
license.workspace = true
publish = false
[dependencies]
harmony = { path = "../../harmony" }
harmony_cli = { path = "../../harmony_cli" }
harmony_types = { path = "../../harmony_types" }
cidr = { workspace = true }
tokio = { workspace = true }
harmony_macros = { path = "../../harmony_macros" }
log = { workspace = true }
env_logger = { workspace = true }
url = { workspace = true }