added psql support

This commit is contained in:
Ultradesu
2026-07-20 02:00:40 +03:00
parent 06158b78a4
commit 3f15e9aebd
10 changed files with 191 additions and 16 deletions
+1
View File
@@ -15,6 +15,7 @@ blake3 = { workspace = true }
futures = { workspace = true }
unicode-normalization = { workspace = true }
rusqlite = { workspace = true }
async-trait = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }
rand = { workspace = true }