blob: 2d752cda899df0b804b58e79553003523ae19e2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "httpd"
version = "0.1.0"
edition = "2024"
[dependencies]
http = "1.4.0"
httparse = "1.10.1"
thiserror = "2.0.18"
anyhow = "1.0.102"
mlua = { version = "0.11.6", features = ["luajit", "async", "send", "macros"]}
tokio = { version = "1.49.0", features = ["full"] }
|