chore: cargo metadata

This commit is contained in:
əlemi 2024-04-06 18:34:41 +02:00
parent b57d766b78
commit 863b17b363
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -5,6 +5,12 @@ members = ["apb"]
name = "upub" name = "upub"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
authors = [ "alemi <me@alemi.dev>" ]
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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html