initial implementation of mlua for loading plugins, see todo.md in examples
This commit is contained in:
+2
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user