Implement basic caching.
... | @@ -27,3 +27,5 @@ hashbrown = "0.7.1" | ... | @@ -27,3 +27,5 @@ hashbrown = "0.7.1" |
serde_json = "1.0.51" | serde_json = "1.0.51" | ||
rocket_cors = "0.5.2" | rocket_cors = "0.5.2" | ||
bitfield = "0.13.2" | bitfield = "0.13.2" | ||
lru = "0.5.3" | |||
lazy_static = "1.4.0" |
Please register or sign in to comment