app: Render recipe as mardown

This commit is contained in:
traxys 2023-07-04 00:50:10 +02:00
parent 7c7eee04b2
commit 4ecc06e01b
4 changed files with 213 additions and 9 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]
ammonia = "3.3.0"
anyhow = "1.0.71"
api = { version = "0.1.0", path = "../api" }
console_log = { version = "1.0.0", features = ["color"] }
@ -18,6 +19,7 @@ gloo-storage = "0.2.2"
gloo-utils = "0.1.7"
itertools = "0.11.0"
log = "0.4.19"
pulldown-cmark = "0.9.3"
serde = { version = "1.0.164", features = ["derive"] }
uuid = "1.4.0"
wasm-bindgen = "0.2.87"