cache busting

This commit is contained in:
realaravinth
2021-04-09 13:21:50 +05:30
parent d7b1a9f29b
commit c4255397b1
60 changed files with 873 additions and 716 deletions

View File

@@ -3,14 +3,22 @@ name = "frontend"
version = "0.1.0"
authors = ["realaravinth <realaravinth@batsense.net>"]
edition = "2018"
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sailfish = { version = "0.3.2", features = ["derive"]}
tokio = { version = "1.4.0", features = [ "rt-multi-thread", "macros", "fs", "test-util" ]}
cache-buster = { version = "0.1", git = "https://github.com/realaravinth/cache-buster" }
pretty_env_logger = "0.4"
log = "0.4"
lazy_static = "1.4"
sha2 = "0.9.3"
[build-dependencies]
cache-buster = { version = "0.1", git = "https://github.com/realaravinth/cache-buster" }
mime = "0.3.16"