summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: c4179bd41b274b63c675a03ab03148f346bb2d0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "base64"
version = "1.0.0"
authors = ["Ben Bridle"]
edition = "2021"
description = "Encode and decode base64 strings"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]