server: Add graphql support for setting attributes

This commit is contained in:
Valentin Tolmer
2023-10-22 13:07:47 +02:00
committed by nitnelave
parent 9e88bfe6b4
commit c6ecf8d58a
9 changed files with 244 additions and 38 deletions

View File

@@ -18,7 +18,7 @@ js = []
rust-argon2 = "0.8"
curve25519-dalek = "3"
digest = "0.9"
generic-array = "*"
generic-array = "0.14"
rand = "0.8"
serde = "*"
sha2 = "0.9"