we hav haz lua
This commit is contained in:
@@ -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"] }
|
||||
|
Reference in New Issue
Block a user