Skip to content

Commit

Permalink
Cache busting
Browse files Browse the repository at this point in the history
  • Loading branch information
randomairborne committed Apr 11, 2024
1 parent d295000 commit efd016b
Show file tree
Hide file tree
Showing 7 changed files with 227 additions and 43 deletions.
180 changes: 171 additions & 9 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ axum = { version = "0.7", features = ["tokio", "http1", "http2"], default-featur
askama = { version = "0.12", features = ["with-axum"], default-features = false }
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
askama_axum = { version = "0.4", default-features = false }
bustdir = { version = "0.1", features = ["askama"] }
tower-http = { version = "0.5", features = ["fs"] }
thiserror = "1"
tower = "0.4"
vss = "0.1"
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit efd016b

Please sign in to comment.