diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 4949cc1..f3199b3 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -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"] } \ No newline at end of file