Community interactables
This commit is contained in:
parent
af1088e9fb
commit
583b3d664d
12 changed files with 258 additions and 84 deletions
|
|
@ -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 = "*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue