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