feat(core/database): implement user operations

This commit is contained in:
Paul Makles
2023-04-26 17:36:51 +01:00
parent e33ae17061
commit 08ccc43f8d
7 changed files with 537 additions and 6 deletions

View File

@@ -27,6 +27,7 @@ revolt-permissions = { version = "0.0.2", path = "../permissions" }
# Utility
log = "0.4"
nanoid = "0.4.0"
once_cell = "1.17"
# Serialisation
serde_json = "1"