Private
Public Access
1
0
This commit is contained in:
2024-04-21 15:14:16 -07:00
parent 0b2811dc9f
commit 3e878ced4e
8 changed files with 379 additions and 19 deletions

View File

@@ -6,3 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
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"] }
uuid = { version = "1.6.1", features = ["v4", "fast-rng", "macro-diagnostics"] }