kafka provider template

This commit is contained in:
2024-11-14 21:53:26 +01:00
parent 354d60eaec
commit b5027e0ca2
11 changed files with 779 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[package]
name = "echo-messaging"
edition = "2021"
version = "0.1.0"
[workspace]
[lib]
crate-type = ["cdylib"]
[dependencies]
wit-bindgen = "0.32"