From 2c5a8c70044d3ec9d509c3ec439916571b552ad7 Mon Sep 17 00:00:00 2001 From: IFcoltransG <47414286+IFcoltransG@users.noreply.github.com> Date: Tue, 3 Jan 2023 01:58:25 +1300 Subject: [PATCH] Add keywords for crates.io discoverability (#19) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1938cf6..eff0b93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "activitypub_federation" version = "0.3.4" edition = "2021" description = "High-level Activitypub framework" +keywords = ["activitypub", "activitystreams", "federation", "fediverse"] license = "AGPL-3.0" repository = "https://github.com/LemmyNet/activitypub-federation-rust" documentation = "https://docs.rs/activitypub_federation/"