Added random cache ids.

This commit is contained in:
2022-12-04 11:09:56 -05:00
parent 14c6c9dffe
commit 47b9a071a4
3 changed files with 12 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ edition = "2021"
#async-graphql = "*"
async-std = { version = "*", features = ["attributes"] }
config = "*"
rand = "*"
serde = "*"
tide = "*"