use indexmap crate for sorted output
This commit is contained in:
parent
928887c1a3
commit
40c40f83d6
3 changed files with 88 additions and 11 deletions
|
@ -6,6 +6,8 @@ description = "Markdown to JSON bookmark opener."
|
|||
authors = ["Troy Lusty <hello@troylusty.com>"]
|
||||
|
||||
[dependencies]
|
||||
indexmap = "2.9.0"
|
||||
open = "5.3.2"
|
||||
pulldown-cmark = "0.13.0"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.140"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue