From fab3a5aea7107688b957ffc2502ed1539c7fad70 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Wed, 24 Nov 2021 20:45:52 +0100 Subject: =?UTF-8?q?add=20base64=20output=20for=20=E2=80=98get=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d1483dc..d743b4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,7 @@ edition = "2021" libc = "0.2" clap = { version = "2.33", optional = true } anyhow = { version = "1.0", optional = true } +base64 = "0.13" [features] vtcol-bin = [ "anyhow", "clap" ] -- cgit v1.2.3