Skip to content

Commit 466705a

Browse files
committed
fix: add binrw + itertools deps to league-modpkg
1 parent 03251ae commit 466705a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/league-modpkg/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ io-ext = { path = "../io-ext" }
1010
serde = { version = "1.0", features = ["derive"] }
1111
rmp-serde = "1.3.0"
1212
twox-hash = { version = "2.0.1", features = ["xxhash64"] }
13+
binrw = "0.14.1"
14+
itertools = "0.14.0"

0 commit comments

Comments
 (0)