summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2026-02-28 22:31:25 -0500
committerJohn Turner <jturner.usa@gmail.com>2026-02-28 22:31:25 -0500
commit06476ea44ff27bd9b4af2aa5bcf715fe9034db9a (patch)
treeca1012613a0d382505587564949042bcc3477194 /Cargo.toml
downloadhttpd-06476ea44ff27bd9b4af2aa5bcf715fe9034db9a.tar.gz
init
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..2d752cd
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,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"] } \ No newline at end of file