Files
harmony/examples/nats/Cargo.toml
Jean-Gabriel Gill-Couture 4d535e192d
Some checks are pending
Run Check Script / check (pull_request) Waiting to run
feat: Add new nats example
2025-12-22 16:02:10 -05:00

19 lines
482 B
TOML

[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 }