Skip to content

Commit

Permalink
backend: add lru crate for caching.
Browse files Browse the repository at this point in the history
  • Loading branch information
ffreddow committed Dec 16, 2024
1 parent 6f7a5e8 commit 25d406c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions backend/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ smoltcp = "0.11.0"
bs58 = "0.5.1"
askama = "0.12.1"
actix-governor = {version = "0.8.0", features = ["log"]}
lru = "0.12.5"

[dev-dependencies]
libsodium-sys-stable = "1.20.4"
Expand Down

0 comments on commit 25d406c

Please sign in to comment.