Skip to content

Commit

Permalink
Add more cargo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
asonix committed May 19, 2018
1 parent 550cc06 commit dc88a66
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
[package]
name = "activitypub"
description = "ActivityPub in Rust"
version = "0.1.0"
authors = ["Riley Trautman <[email protected]>"]
license = "GPL-3.0"
authors = ["asonix <[email protected]>"]
repository = "https://github.com/asonix/activitypub"
readme = "README.md"
keywords = ["activitystreams", "activitypub"]

[dependencies]
activitystreams-derive = "0.1"
Expand Down

0 comments on commit dc88a66

Please sign in to comment.