base64_text 0.1.2

A CLI tool for encoding and decoding Base64 strings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "base64_text"

version = "0.1.2"

edition = "2021"

authors = ["Anonymous <dnrops@anonymous.com>"]

description = "A CLI tool for encoding and decoding Base64 strings"

readme = "README.md"

keywords = ["base64","text", "encode","decode"]

categories = ["command-line-utilities"]

license = "MIT"

documentation = "https://docs.rs/base64_text"

repository = "https://gitlab.com/andrew_ryan/base64_text"



[dependencies]

base64 = "0.13.0"

clap = "2.31.2"