From b32bb6071a58c94dd014c53de989bff3e4cc166b Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 16 Aug 2023 18:01:22 +0200 Subject: partial re-implementation of body ext header fields is still missing --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6affde5..7d61962 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ backtrace = "0.3" base64 = "0.13" clap = { version = "3.1.18", features = ["derive", "env"] } duplexify = "1.1.0" -eml-codec = "0.1.1" +eml-codec = { git = "https://git.deuxfleurs.fr/Deuxfleurs/eml-codec.git", branch = "main" } hex = "0.4" futures = "0.3" im = "15" -- cgit v1.2.3