Added LocaleString type that can be converted to String to reduce the ammount of as_refs

This commit is contained in:
2024-04-22 15:17:51 +03:00
parent 86c7b4d0c4
commit 305b796d51
35 changed files with 202 additions and 192 deletions

View File

@@ -27,6 +27,7 @@ anyhow = "1"
arrayvec = "0.7"
base64 = "0.22"
cryptography = { version = "0.1", path = "cryptography" }
derive_more = { version = "0.99.17", default-features = false, features = ["deref", "display"] }
dotenvy = "0.15"
entity = { version = "0.1", path = "entity" }
futures = "0.3"