Render recipes

This commit is contained in:
traxys 2024-01-21 15:48:28 +01:00
parent 55dd953f43
commit 1aecaf9286
4 changed files with 217 additions and 31 deletions

2
Cargo.lock generated
View file

@ -2953,6 +2953,7 @@ dependencies = [
name = "regalade"
version = "0.1.0"
dependencies = [
"ammonia",
"anyhow",
"api",
"axum",
@ -2963,6 +2964,7 @@ dependencies = [
"migration",
"openidconnect",
"parking_lot",
"pulldown-cmark",
"sea-orm",
"sea-query",
"serde",