feat: Add new nats example
Some checks failed
Run Check Script / check (pull_request) Has been cancelled

This commit is contained in:
2025-12-22 16:02:10 -05:00
parent ef307081d8
commit 4d535e192d
2 changed files with 79 additions and 0 deletions

18
examples/nats/Cargo.toml Normal file
View File

@@ -0,0 +1,18 @@
[package]
name = "example-nats"
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 }