chore: update cargo.toml

This commit is contained in:
Cain 2023-11-08 20:44:31 +00:00
parent 963040fb84
commit 338df9144c

View file

@ -28,7 +28,8 @@ byteorder = "1.5"
bzip2-rs = "0.1"
crc32fast = "1.3"
serde_json = "1.0"
encoding_rs = "0.8"
serde = { version = "1.0", optional = true }
phf = { version = "0.11", optional = true, features = ["macros"] }
phf = { version = "0.11", optional = true, features = ["macros"] }