add: user requests in js app sdk

This commit is contained in:
trisua 2025-07-19 00:44:12 -04:00
parent 884a89904e
commit 0138bf4cd4
52 changed files with 282 additions and 53 deletions

View file

@ -22,7 +22,6 @@ ammonia = "4.1.1"
tetratto-shared = { path = "../shared" }
tetratto-core = { path = "../core" }
tetratto-l10n = { path = "../l10n" }
image = "0.25.6"
reqwest = { version = "0.12.22", features = ["json", "stream"] }
regex = "1.11.1"
@ -42,3 +41,4 @@ async-stripe = { version = "0.41.0", features = [
emojis = "0.7.0"
webp = "0.3.0"
nanoneo = "0.2.0"
cookie = "0.18.1"