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 }