1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Use IndexMap instead of HashMap in CubeConfig

This commit is contained in:
MaxSignal
2025-11-13 16:08:58 +00:00
parent 2583429af8
commit 4bdb0ad1d0
3 changed files with 5 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ async-trait.workspace = true
futures.workspace = true
rand.workspace = true
num-quaternion.workspace = true
indexmap = { version = "2.0", features = ["serde"] }
# auth
libfj.workspace = true