chore: cargo metadata
This commit is contained in:
parent
b57d766b78
commit
863b17b363
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@ members = ["apb"]
|
|||
name = "upub"
|
||||
version = "0.1.0"
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue