added more support for supabase-js

This commit is contained in:
2026-03-12 10:18:52 +02:00
parent c0792f2e1d
commit 6708cf28a7
62 changed files with 6563 additions and 526 deletions

View File

@@ -10,6 +10,7 @@ data_api = { workspace = true }
control_plane = { workspace = true }
realtime = { workspace = true }
storage = { workspace = true }
functions = { workspace = true }
tokio = { workspace = true }
axum = { workspace = true }
@@ -24,4 +25,5 @@ axum-prometheus = "0.6"
tower_governor = "0.4.2"
tower-http = { version = "0.6.8", features = ["cors", "trace"] }
moka = { version = "0.12.14", features = ["future"] }
reqwest = { version = "0.11", features = ["json"] }