feat: add capnp

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-02-27 12:15:35 +01:00
parent 3162971c89
commit 749ae245c7
115 changed files with 16596 additions and 31 deletions

View File

@@ -0,0 +1,10 @@
[package]
name = "sq-example-publish-subscribe"
version = "0.1.0"
edition = "2024"
publish = false
[dependencies]
sq-sdk = { path = "../../crates/sq-sdk" }
tokio = { version = "1", features = ["full"] }
clap = { version = "4", features = ["derive"] }