mirror of
https://github.com/Noratrieb/blogamer.git
synced 2026-01-14 17:05:04 +01:00
Init
This commit is contained in:
commit
dded93cc3a
6 changed files with 603 additions and 0 deletions
10
Cargo.toml
Normal file
10
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue