Add serde support

This commit is contained in:
Isaac Mills 2024-04-04 17:50:55 -04:00
parent 8239b2b51d
commit b7c31f6895
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
16 changed files with 32 additions and 148 deletions

View file

@ -6,7 +6,7 @@ default-run = "main"
[dependencies]
afl = "0.11"
jotdown = { path = "../../", features = ["deterministic"] }
jotdown = { path = "../../", features = ["deterministic", "html", "parser"] }
html5ever = "0.26"
[[bin]]