build: add diesel_migrations to dependencies

This commit is contained in:
2024-09-13 08:40:38 +02:00
parent 3d49ab7c05
commit 01a48c0840
2 changed files with 86 additions and 0 deletions

View File

@ -27,6 +27,7 @@ time = "0.3.36"
dioxus-sdk = { version = "0.5.0", features = ["i18n"] }
unic-langid-impl = "0.9.5"
voca_rs = "1.15.2"
diesel_migrations = { version = "2.2.0", features = ["postgres"] }
[features]
default = []