mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
[Crate] Use Byteorder crate
This commit is contained in:
parent
e163774685
commit
9ad2f143dd
3 changed files with 17 additions and 22 deletions
|
|
@ -16,6 +16,8 @@ rust-version = "1.56.1"
|
|||
no_games = []
|
||||
|
||||
[dependencies]
|
||||
byteorder = "1.4.3"
|
||||
|
||||
bzip2-rs = "0.1.2" # for compression
|
||||
crc32fast = "1.3.2"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue