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

View File

@@ -56,7 +56,7 @@ revolt_rocket_okapi = { version = "0.9.1", features = [ "swagger" ] }
revolt-quark = { path = "../quark" }
# core
revolt-database = { path = "../core/database" }
revolt-database = { path = "../core/database", features = [ "rocket-impl" ] }
revolt-models = { path = "../core/models", features = [ "schemas" ] }
[build-dependencies]