feat(core/database): add Reference struct

This commit is contained in:
Paul Makles
2023-04-23 14:59:44 +01:00
parent 8a695b4bb5
commit 1933c9ea3d
7 changed files with 67 additions and 6 deletions

2
Cargo.lock generated
View File

@@ -2828,6 +2828,8 @@ dependencies = [
"nanoid",
"revolt-result",
"revolt_optional_struct",
"rocket",
"schemars",
"serde",
"serde_json",
]