app: Add support for modifying an avatar

This commit is contained in:
Valentin Tolmer
2022-08-08 17:36:50 +02:00
committed by nitnelave
parent 60c594438c
commit 686bdc0cb1
6 changed files with 206 additions and 28 deletions
+2
View File
@@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
anyhow = "1"
base64 = "0.13"
graphql_client = "0.10"
http = "0.2"
jwt = "0.13"
@@ -27,6 +28,7 @@ version = "0.3"
features = [
"Document",
"Element",
"FileReader",
"HtmlDocument",
"HtmlInputElement",
"HtmlOptionElement",