More plumbing, client partially implemented

Working through client implementation. The broadcast recieve + send is
working now, just have to get through all the incoming message types and
state and db work now
This commit is contained in:
2026-05-17 13:45:02 -07:00
parent 42bcebb50c
commit 907c6a8fb0
7 changed files with 363 additions and 34 deletions
Generated
+4 -4
View File
@@ -231,6 +231,7 @@ dependencies = [
"diesel-async",
"fedichat",
"quinn",
"rmp-serde",
"serde",
"thiserror 2.0.18",
"tokio",
@@ -486,9 +487,8 @@ dependencies = [
[[package]]
name = "fedichat"
version = "0.1.0"
source = "git+https://git.firechicken.net/fedichat/fedichat-lib#ba358085728410eb76681dc675a126871b5bd5da"
source = "git+https://git.firechicken.net/fedichat/fedichat-lib#a3f54705495d9aa54ffe80501e1f68876e3e9480"
dependencies = [
"rmp-serde",
"serde",
"serde_bytes",
"time",
@@ -2248,9 +2248,9 @@ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
[[package]]
name = "winnow"
version = "1.0.2"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ee1708bef14716a11bae175f579062d4554d95be2c6829f518df847b7b3fdd0"
checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1"
[[package]]
name = "wit-bindgen"