From cb418168d9375d4ea6c9d21ee6b97e02a575fb4b Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 25 Dec 2022 08:17:28 +0000 Subject: support uploading artifacts during builds --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1ac1665..4111953 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,8 @@ tokio = { version = "*", features = ["full"] } tokio-stream = "*" hyper = "*" futures-util = "*" +axum-macros = "*" +lettre = "*" tracing = "*" tracing-subscriber = "*" http-body = "*" -- cgit v1.1