mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
[Crate] Generalize dependencies
This commit is contained in:
parent
23669531b6
commit
84118d2590
1 changed files with 5 additions and 5 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -24,12 +24,12 @@ game_defs = ["dep:phf", "games"]
|
|||
serde = ["dep:serde", "serde/derive"]
|
||||
|
||||
[dependencies]
|
||||
byteorder = "1.4.3"
|
||||
bzip2-rs = "0.1.2"
|
||||
crc32fast = "1.3.2"
|
||||
serde_json = "1.0.100"
|
||||
byteorder = "1.4"
|
||||
bzip2-rs = "0.1"
|
||||
crc32fast = "1.3"
|
||||
serde_json = "1.0"
|
||||
|
||||
serde = { version = "1.0.171", optional = true }
|
||||
serde = { version = "1.0", optional = true }
|
||||
|
||||
phf = { version = "0.11", optional = true, features = ["macros"] }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue