return HashMap for Titan header options, but replace with IndexMap to keep original arguments order

This commit is contained in:
yggverse 2025-02-23 09:22:40 +02:00
parent 3cb2296784
commit 1a1c0a9898
2 changed files with 9 additions and 3 deletions

View file

@ -11,5 +11,6 @@ repository = "https://github.com/YGGverse/titanite"
[dependencies]
anyhow = "1.0.96"
indexmap = "2.7.1"
regex = "1.11.1"
url = "2.5.4"