From c92f1fb24c73613b1f70cc9c85588a160fd13cb0 Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Fri, 19 Aug 2022 15:52:47 -0500 Subject: [PATCH] add encodings to cargo --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 3e626c0..d97ddd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,4 @@ edition = "2021" [dependencies] regex = "1" +encoding = "0.2" \ No newline at end of file