chore: bridge gap between core/result and quark

This commit is contained in:
Paul Makles
2023-04-22 17:56:09 +01:00
parent 11a87263be
commit bbe1f4936c
2 changed files with 20 additions and 5 deletions

View File

@@ -89,3 +89,6 @@ authifier = { version = "1.0.7", features = [ "async-std-runtime" ] }
# Sentry
sentry = "0.25.0"
# Core
revolt-result = { path = "../core/result", features = [ "serde", "schemas" ] }