From 2bce115b21798483b6cfe48ac146c9ab4503c338 Mon Sep 17 00:00:00 2001 From: kernelkind Date: Wed, 22 Jan 2025 14:44:50 -0500 Subject: [PATCH] import base64 Signed-off-by: kernelkind --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 60cf1f1a..c2c18722 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ members = [ [workspace.dependencies] base32 = "0.4.0" +base64 = "0.22.1" bech32 = { version = "0.11", default-features = false } bitflags = "2.5.0" dirs = "5.0.1"