Implement basic caching.
... | ... | @@ -27,3 +27,5 @@ hashbrown = "0.7.1" |
serde_json = "1.0.51" | ||
rocket_cors = "0.5.2" | ||
bitfield = "0.13.2" | ||
lru = "0.5.3" | ||
lazy_static = "1.4.0" |
Please register or sign in to comment
This instance is read-only!
Currently restored from a November 2023 backup, read the 2023 data loss notice here or visit the new GitLab instance here.
... | ... | @@ -27,3 +27,5 @@ hashbrown = "0.7.1" |
serde_json = "1.0.51" | ||
rocket_cors = "0.5.2" | ||
bitfield = "0.13.2" | ||
lru = "0.5.3" | ||
lazy_static = "1.4.0" |