static stuff

This commit is contained in:
nora 2024-01-18 21:22:08 +01:00
parent 56da12a5bc
commit 148a5352a3
8 changed files with 237 additions and 2 deletions

View file

@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
askama = "0.12.1"
color-eyre = "0.6.2"
fs_extra = "1.3.0"
serde = { version = "1.0.195", features = ["derive"] }