feat: run cache busting via a separate bin

This commit is contained in:
realaravinth
2022-05-14 15:59:40 +05:30
parent a971d4209d
commit 0593e254bb
5 changed files with 452 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ build = "build.rs"
[workspace]
exclude = ["db/db-migrations"]
exclude = ["db/db-migrations", "utils/cache-bust"]
memebers = [".", "db/db-core", "db/db-sqlx-postgres"]
[[bin]]
@@ -95,8 +95,6 @@ features = ["actix_identity_backend"]
[build-dependencies]
serde_json = "1"
cache-buster = { version = "0.2.0", git = "https://github.com/realaravinth/cache-buster" }
mime = "0.3.16"
sqlx = { version = "0.5.13", features = [ "runtime-actix-rustls", "postgres", "time", "offline" ] }
[dev-dependencies]