diff options
| author | 2025-01-22 15:31:52 -0600 | |
|---|---|---|
| committer | 2025-01-22 15:31:52 -0600 | |
| commit | 08dba4588e93ce338cf01d740bf0923a4f46ade8 (patch) | |
| tree | f8888fe3eed524330e247669a516b0b206f375ec /Cargo.toml | |
| parent | wip: jre download stuff (diff) | |
more jre download stuff
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
