feat(delta): example implementation of new core models

This commit is contained in:
Paul Makles
2023-04-22 17:56:48 +01:00
parent 633eb78630
commit 403a94f70c
4 changed files with 58 additions and 55 deletions

View File

@@ -57,6 +57,7 @@ revolt-quark = { path = "../quark" }
# core
revolt-database = { path = "../core/database" }
revolt-models = { path = "../core/models", features = [ "schemas" ] }
[build-dependencies]
vergen = "7.5.0"