From 03c606514ef8d6045c9a589f2114a82fac834677 Mon Sep 17 00:00:00 2001 From: alemi Date: Sat, 6 Apr 2024 18:17:07 +0200 Subject: [PATCH] chore: crate metadata, MIT license --- apb/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apb/Cargo.toml b/apb/Cargo.toml index 70879f5..0948974 100644 --- a/apb/Cargo.toml +++ b/apb/Cargo.toml @@ -2,6 +2,12 @@ name = "apb" version = "0.1.0" edition = "2021" +authors = [ "alemi " ] +description = "Traits and types to handle ActivityPub objects" +license = "MIT" +keywords = ["activitypub", "activitystreams", "json"] +repository = "https://git.alemi.dev/upub.git" +readme = "README.md" [lib]