summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2026-03-01 17:34:34 -0500
committerJohn Turner <jturner.usa@gmail.com>2026-03-01 17:34:34 -0500
commit3c4208abd325d317c7524ba0dc3b701edfa9ebf8 (patch)
tree197a3d46fcad3ed8d7f3b3d0d0c0fc3f79e3a204 /Cargo.toml
parent06476ea44ff27bd9b4af2aa5bcf715fe9034db9a (diff)
downloadhttpd-master.tar.gz
impl basic static file serverHEADmaster
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2d752cd..9a77cad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,8 @@ edition = "2024"
[dependencies]
http = "1.4.0"
httparse = "1.10.1"
+httpdate = "1.0.3"
thiserror = "2.0.18"
-anyhow = "1.0.102"
-mlua = { version = "0.11.6", features = ["luajit", "async", "send", "macros"]}
+chrono = "0.4.44"
+mlua = { version = "0.11.6", features = ["luajit", "async", "error-send"] }
tokio = { version = "1.49.0", features = ["full"] } \ No newline at end of file