add: use pulldown-cmark instead

This commit is contained in:
trisua 2025-07-20 15:28:44 -04:00
parent 3f70a8f465
commit fe2e61118a
5 changed files with 68 additions and 56 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "tetratto-shared"
description = "Shared stuff for Tetratto"
version = "12.0.1"
version = "12.0.2"
edition = "2024"
authors.workspace = true
repository.workspace = true
@ -10,8 +10,8 @@ license.workspace = true
[dependencies]
ammonia = "4.1.1"
chrono = "0.4.41"
markdown = "1.0.0"
hex_fmt = "0.3.0"
pulldown-cmark = "0.13.0"
rand = "0.9.1"
serde = { version = "1.0.219", features = ["derive"] }
sha2 = "0.10.9"