feat: add favicon and add plausible

This commit is contained in:
2023-04-03 22:27:24 +02:00
parent 079a076925
commit 502b9023d3
6 changed files with 665 additions and 277 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dagger-sdk = "0.2.19"
dagger-sdk = "0.2.20"
eyre = "0.6.8"
color-eyre = "0.6.2"
tokio = { version = "1.27.0", features = ["full"] }