initial implementation of mlua for loading plugins, see todo.md in examples

This commit is contained in:
2026-04-27 14:53:24 +02:00
parent fe48b74edc
commit 77e80c990c
10 changed files with 278 additions and 54 deletions
+2 -1
View File
@@ -1,13 +1,14 @@
[package]
name = "http-rs"
version = "0.1.0"
author="rattatwinko"
edition = "2024"
[dependencies]
clap = {version = "4.5.55", features = ["derive"]}
logger-rust = "0.2.12"
mime_guess = "2.0.5"
mlua = {version="0.11.6", features = ["lua55", "vendored"]}
once_cell = "1.21.4"
serde = { version = "1.0.228", features = ["derive"]}
threadpool = "1.8.1"
tiny_http = "0.12.0"