added more support for supabase-js
This commit is contained in:
23
functions/Cargo.toml
Normal file
23
functions/Cargo.toml
Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user