From 338df9144c79008904dbaa4403f454a62a078bb1 Mon Sep 17 00:00:00 2001 From: Cain <75994858+cainthebest@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:44:31 +0000 Subject: [PATCH] chore: update cargo.toml --- crates/lib/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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