Add serde support
This commit is contained in:
parent
8239b2b51d
commit
b7c31f6895
16 changed files with 32 additions and 148 deletions
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||
[dev-dependencies]
|
||||
criterion = { version = "0.4", default-features = false }
|
||||
bench-input = { path = "../input" }
|
||||
jotdown = { path = "../../" }
|
||||
jotdown = { path = "../../", features = ["html", "parser"] }
|
||||
|
||||
[[bench]]
|
||||
name = "criterion"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue