summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-01-22 15:31:52 -0600
committerLibravatar bigfoot547 <[email protected]>2025-01-22 15:31:52 -0600
commit08dba4588e93ce338cf01d740bf0923a4f46ade8 (patch)
treef8888fe3eed524330e247669a516b0b206f375ec /Cargo.toml
parentwip: jre download stuff (diff)
more jre download stuff
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b5586ae..f3786a3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,7 @@ cfg-if = "1.0.0"
chrono = { version = "0.4.39", default-features = false, features = ["std", "alloc", "clock", "now", "serde"] }
const_format = "0.2.34"
futures = "0.3.31"
+indexmap = { version = "2.7.1", features = ["serde"] }
lazy_static = "1.5.0"
log = "0.4.22"
regex = "1.11.1"