Skip to content

Commit

Permalink
feat: add cached crate
Browse files Browse the repository at this point in the history
  • Loading branch information
d-loose committed Dec 10, 2024
1 parent 0905ed1 commit 13a7908
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 0 deletions.
94 changes: 94 additions & 0 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ edition = "2021"
db_tests = []

[dependencies]
cached = { version = "0.54.0", features = ["async"] }
dotenvy = "0.15"
envy = "0.4"
http = "1.1.0"
Expand Down

0 comments on commit 13a7908

Please sign in to comment.