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
+6
View File
@@ -0,0 +1,6 @@
[package]
name = "base64"
version = "0.1.0"
edition = "2024"
[dependencies]