blob: 353de5d821ea29c5786a9c9762ed41705898cfc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
name = "httpd"
version = "0.1.0"
edition = "2024"
[dependencies]
thiserror = "2.0.18"
chrono = "0.4.44"
strum = { version = "0.28.0", features = ["derive"] }
mlua = { version = "0.11.6", features = ["luajit", "async", "error-send"] }
tokio = { version = "1.49.0", features = ["full"] }
mon = { git = "https://jturnerusa.dev/cgit/mon/", rev = "b8018ac660bbe29908f5e6f81d692db63ebcd39f" }
get = { git = "https://jturnerusa.dev/cgit/get/", rev = "cd5f75b65777a855ab010c3137304ac05f2e56b8" }
|