use indexmap crate for sorted output

This commit is contained in:
Troy 2025-05-22 00:59:04 +01:00
parent 928887c1a3
commit 40c40f83d6
Signed by: troy
GPG key ID: DFC06C02ED3B4711
3 changed files with 88 additions and 11 deletions

View file

@ -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"