add: allow lisp templates (bberry)

This commit is contained in:
trisua 2025-05-30 21:22:53 -04:00
parent 8de5c0ea76
commit 78d0766345
10 changed files with 296 additions and 263 deletions

View file

@ -17,7 +17,7 @@ tetratto-shared = { path = "../shared" }
tetratto-l10n = { path = "../l10n" }
serde_json = "1.0.140"
totp-rs = { version = "5.7.0", features = ["qr", "gen_secret"] }
reqwest = { version = "0.12.15", features = ["json"] }
reqwest = { version = "0.12.18", features = ["json"] }
bitflags = "2.9.1"
async-recursion = "1.1.1"
md-5 = "0.10.6"
@ -28,7 +28,7 @@ redis = { version = "0.31.0", features = [
"tokio-comp",
], optional = true }
rusqlite = { version = "0.35.0", optional = true }
rusqlite = { version = "0.36.0", optional = true }
tokio-postgres = { version = "0.7.13", optional = true }
bb8-postgres = { version = "0.9.0", optional = true }