summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <bridle.benjamin@gmail.com>2023-12-24 17:57:26 +1300
committerBen Bridle <bridle.benjamin@gmail.com>2023-12-24 18:04:54 +1300
commit6ab66500e69b7a406f863739e23489213ce7129f (patch)
treed7bc3de9ddd21c1fb39f6488c5bac326a6e17db3 /Cargo.toml
downloadbase64-1.0.0.zip
First commitHEADv1.0.0main
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..c4179bd
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,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]