This commit is contained in:
nora 2025-06-10 19:14:13 +02:00
commit dded93cc3a
6 changed files with 603 additions and 0 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "blogamer"
version = "0.1.0"
edition = "2024"
[dependencies]
color-eyre = "0.6.5"
pulldown-cmark = "0.13.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_norway = "0.9.42"