This commit is contained in:
Elijah McMorris 2023-06-30 00:57:27 +00:00
parent 41bd1e8fe7
commit ffb24e7943
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
6 changed files with 93 additions and 81 deletions

View file

@ -17,12 +17,13 @@ polars = { version = "0.30", features = [
reqwest = { version = "0.11", features = ["blocking"] }
glob = { version = "0.3" }
clokwerk = "0.4.0"
strum_macros = "0.24"
strum = "0.24"
strum_macros = "0.25"
strum = "0.25"
tokio = { version = "1.26", features = ["full"] }
openssl = { version = "0.10", features = ["vendored"] }
chrono = { version = "0.4", features = ["serde"] }
serde_json = "1.0"
rand = "0.8"
[dev-dependencies]
serial_test = "*"