mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 10:25:01 +01:00
make it blazingly fast with caching of css and js
This commit is contained in:
parent
f539a3c45c
commit
d15a746558
8 changed files with 77 additions and 18 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
|
@ -238,6 +238,15 @@ dependencies = [
|
|||
"generic-array",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "bs58"
|
||||
version = "0.5.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
|
||||
dependencies = [
|
||||
"tinyvec",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "bumpalo"
|
||||
version = "3.19.0"
|
||||
|
|
@ -448,6 +457,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"askama",
|
||||
"axum",
|
||||
"bs58",
|
||||
"color-eyre",
|
||||
"futures",
|
||||
"jiff",
|
||||
|
|
@ -456,6 +466,7 @@ dependencies = [
|
|||
"reqwest",
|
||||
"rootcause",
|
||||
"serde",
|
||||
"sha2",
|
||||
"sqlx",
|
||||
"tempfile",
|
||||
"tokio",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue