diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -4,9 +4,10 @@ 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 +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" }
\ No newline at end of file |
