From acb3fc68981598fd599f3b8364bed5f515148a0f Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 9 Apr 2024 10:05:34 +0100 Subject: [PATCH] chore(deps): add base64 dependency --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index fc52a3f..cff6586 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,9 @@ console-subscriber = "0.2" tracing = "0.1" tracing-subscriber = "0.3" +# base64 decoding +base64 = "0.22" + # fs/network kxio = { git = "https://git.kemitix.net/kemitix/kxio.git", branch = "main" }