Skip to content

Commit

Permalink
Merge branch 'test' into 'main'
Browse files Browse the repository at this point in the history
feat(Cargo.toml): add indoc and lru dependencies for improved string handling and caching

See merge request jerome/ssrkit!2
  • Loading branch information
Jerome committed Aug 1, 2024
2 parents b7a06b6 + 1edc0d5 commit 8d87d07
Show file tree
Hide file tree
Showing 9 changed files with 1,096 additions and 313 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ edition = "2021"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
chrono = "0.4"
tracing = "0.1"
regex = "1.10.5"
nanoid = "0.4.0"
indoc = "2.0.5"
lru = "0.12.3"
Loading

0 comments on commit 8d87d07

Please sign in to comment.