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

23
functions/Cargo.toml Normal file
View File

@@ -0,0 +1,23 @@
[package]
name = "functions"
version = "0.1.0"
edition = "2021"
[dependencies]
wasmtime = "18.0.1"
wasmtime-wasi = "18.0.1"
wasi-common = "18.0.1"
axum.workspace = true
tokio.workspace = true
serde.workspace = true
serde_json.workspace = true
tracing.workspace = true
common.workspace = true
sqlx.workspace = true
anyhow.workspace = true
thiserror.workspace = true
chrono.workspace = true
base64 = "0.22"
uuid.workspace = true
deno_core = "0.272.0"