diff --git a/Cargo.toml b/Cargo.toml index e0c421ed..333f460d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }