mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Reorder dependencies in Cargo.toml
This commit is contained in:
+8
-7
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user