fix: reaction ordering by using indexmap

This commit is contained in:
Paul Makles
2022-08-14 11:47:30 +02:00
parent c1227e8e33
commit ca8d2e6118
3 changed files with 10 additions and 9 deletions

View File

@@ -64,6 +64,7 @@ regex = "1.5.5"
nanoid = "0.4.0"
linkify = "0.8.1"
dotenv = "0.15.0"
indexmap = "1.9.1"
impl_ops = "0.1.1"
num_enum = "0.5.6"
reqwest = "0.11.10"