diff options
author | Ben Bridle <bridle.benjamin@gmail.com> | 2023-12-24 17:57:26 +1300 |
---|---|---|
committer | Ben Bridle <bridle.benjamin@gmail.com> | 2023-12-24 18:04:54 +1300 |
commit | 6ab66500e69b7a406f863739e23489213ce7129f (patch) | |
tree | d7bc3de9ddd21c1fb39f6488c5bac326a6e17db3 /Cargo.toml | |
download | base64-6ab66500e69b7a406f863739e23489213ce7129f.zip |
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 10 |
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] |