Private
Public Access
1
0

Fix tests

This commit is contained in:
2024-04-21 23:09:37 -07:00
parent 3e878ced4e
commit 48dcf9daca
4 changed files with 406 additions and 19 deletions

View File

@@ -10,4 +10,5 @@ async-trait = "0.1.80"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
time = { version = "0.3.17", features = ["parsing", "serde"] }
tokio = { version = "1.37.0", features = ["full"] }
uuid = { version = "1.6.1", features = ["v4", "fast-rng", "macro-diagnostics"] }