summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <git@iximeow.net>2022-12-26 00:10:35 +0000
committeriximeow <git@iximeow.net>2022-12-26 00:10:35 +0000
commitc6831877b452b5e7631ad2baec3d96b199003017 (patch)
treef0b76510c0478ce2ab916e7dca43b271f847a976 /Cargo.toml
parentcb418168d9375d4ea6c9d21ee6b97e02a575fb4b (diff)
... use actual tokens
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4111953..5452c83 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,6 +21,7 @@ hyper = "*"
futures-util = "*"
axum-macros = "*"
lettre = "*"
+base64 = "*"
tracing = "*"
tracing-subscriber = "*"
http-body = "*"