added more support for supabase-js
This commit is contained in:
@@ -14,9 +14,11 @@ sqlx = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
futures = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
tokio-postgres = "0.7"
|
||||
tokio-postgres = { version = "0.7", features = ["array-impls", "with-uuid-1", "with-serde_json-1", "with-chrono-0_4"] }
|
||||
postgres-types = "0.2"
|
||||
postgres-protocol = "0.6"
|
||||
anyhow = { workspace = true }
|
||||
bytes = "1.0"
|
||||
jsonwebtoken = { workspace = true }
|
||||
chrono.workspace = true
|
||||
dashmap = "5.5"
|
||||
|
||||
Reference in New Issue
Block a user