Reorder dependencies in Cargo.toml

This commit is contained in:
Oliver Hamlet
2025-04-07 08:41:15 +01:00
parent c8d7654e93
commit dc3db737f7
+8 -7
View File
@@ -6,17 +6,18 @@ license = "GPL-3.0"
[dependencies]
crc32fast = "1.4.2"
esplugin.workspace = true
log = { version = "0.4.26", features = ["std"] }
libloadorder.workspace = true
loot-condition-interpreter.workspace = true
petgraph = "0.7.1"
fancy-regex = "0.14.0"
log = { version = "0.4.26", features = ["std"] }
petgraph = "0.7.1"
rayon = "1.10.0"
rustc-hash = "2.1.1"
saphyr = "0.0.3"
saphyr-parser = "0.0.3"
unicase = "2.8.1"
rayon = "1.10.0"
rustc-hash = "2.1.1"
esplugin.workspace = true
libloadorder.workspace = true
loot-condition-interpreter.workspace = true
[target.'cfg(windows)'.dependencies]
windows = { version = "0.61.1", features = ["Win32_Storage_FileSystem"] }