we hav haz lua

This commit is contained in:
2024-08-31 15:05:26 +02:00
parent bdaf9aa1ba
commit 67c5bb6837
3 changed files with 1121 additions and 119 deletions

View File

@@ -12,6 +12,7 @@ opt-level = "z"
file-format = "0.24"
axum = { version = "0.7", features = [] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tera = { version = "1.19", features = [] }
tokio = { version = "1.37", features = ["full"] }
tokio-stream = { version = "0.1", features = ["full"] }
@@ -24,3 +25,11 @@ exe = "0.5"
image = { version = "0.25", features = ["ico"] }
urlencoding = "2.1"
markdown = "1.0.0-alpha.16"
mlua = { version = "0.9", features = [
"lua54",
"vendored",
"serialize",
"async",
"send",
] }
reqwest = { version = "0.10", features = ["json", "rustls-tls", "blocking"] }