feat: add fetching and making invites

This commit is contained in:
Radical 2025-05-09 19:26:49 +02:00
parent 773f4ca977
commit c693e89853
6 changed files with 182 additions and 0 deletions

View file

@ -27,6 +27,7 @@ tokio-tungstenite = { version = "0.26", features = ["native-tls", "url"] }
toml = "0.8"
url = { version = "2.5", features = ["serde"] }
uuid = { version = "1.16", features = ["serde", "v7"] }
random-string = "1.1"
[dependencies.tokio]
version = "1.44"