summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 9a77cad3b9c61b76efdc52a40505453753aad6fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "httpd"
version = "0.1.0"
edition = "2024"

[dependencies]
http = "1.4.0"
httparse = "1.10.1"
httpdate = "1.0.3"
thiserror = "2.0.18"
chrono = "0.4.44"
mlua = { version = "0.11.6", features = ["luajit", "async", "error-send"] }
tokio = { version = "1.49.0", features = ["full"] }