From 920c256a12a1f3d3f7d0ac978d1a1cad06cf65cd Mon Sep 17 00:00:00 2001 From: Kartikaya Gupta Date: Sun, 29 May 2016 01:30:25 -0400 Subject: Add support for decoding encoded-word pieces of header values. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f54e6bd..7128094 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,6 @@ version = "0.1.0" authors = ["Kartikaya Gupta "] [dependencies] +base64 = "0.1.1" +quoted_printable = "0.2.0" +encoding = "0.2.32" -- cgit v1.2.3