Community interactables

This commit is contained in:
Alex Emmet 2025-11-08 17:25:04 +00:00
commit 583b3d664d
12 changed files with 258 additions and 84 deletions

View file

@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
async-trait = "*"
json = "*"
axum = "*"
futures-util = "*"
@ -40,3 +41,4 @@ futures = "*"
aes-gcm = "*"
hkdf = "*"
hmac = "*"
reactive-rs = "*"