From 863b17b36367b64a2db54b9c955b4ee8083b28da Mon Sep 17 00:00:00 2001 From: alemi Date: Sat, 6 Apr 2024 18:34:41 +0200 Subject: [PATCH] chore: cargo metadata --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d3490d3..7d9b8ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,12 @@ members = ["apb"] name = "upub" version = "0.1.0" edition = "2021" +authors = [ "alemi " ] +description = "Traits and types to handle ActivityPub objects" +license = "AGPL-3.0" +keywords = ["activitypub", "activitystreams", "json"] +repository = "https://git.alemi.dev/upub.git" +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html