From 23cdb6f6d3df6d2db06173f066c117a0c96dd8e1 Mon Sep 17 00:00:00 2001 From: dullbananas Date: Tue, 1 Aug 2023 10:51:39 -0700 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c487c0bb2..74695ce2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -128,7 +128,8 @@ rustls = { version = "0.21.3", features = ["dangerous_configuration"] } futures-util = "0.3.28" tokio-postgres = "0.7.8" tokio-postgres-rustls = "0.10.0" -macro_rules_attribute = "0.2.0 +macro_rules_attribute = "0.2.0" +paste = "1.0.14" [dependencies] lemmy_api = { workspace = true }