This commit is contained in:
Elijah McMorris 2023-07-27 01:21:34 +00:00
parent 9ddfb2a563
commit 7391a9fb31
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
4 changed files with 73 additions and 35 deletions

View file

@ -25,6 +25,7 @@ chrono = { version = "0.4", features = ["serde"] }
serde_json = "1.0"
rand = "0.8"
futures = "0.3"
lazy_static = "1.4.0"
[dev-dependencies]
serial_test = "*"