init simple crate for doing base64 encoding/decoding

This commit is contained in:
2026-04-12 19:05:29 -04:00
commit 98b2264491
4 changed files with 74 additions and 0 deletions
Generated
+7
View File
@@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "base64"
version = "0.1.0"