This commit is contained in:
2024-10-19 13:15:09 -07:00
commit 17b9e50f1f
12 changed files with 1623 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[package]
name = "simple_producer"
edition = "2021"
[dependencies]
server = { path = "../../server" }
tonic = "0.12.3"
tokio = { version = "1.40.0", features = ["rt-multi-thread"] }