diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
