add: use pulldown-cmark instead
This commit is contained in:
parent
3f70a8f465
commit
fe2e61118a
5 changed files with 68 additions and 56 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue