From 4c72ace1ce27ef1f8a50757aca094274bd239db5 Mon Sep 17 00:00:00 2001 From: asonix Date: Sat, 25 Jul 2020 17:08:04 -0500 Subject: [PATCH] Add descriptions --- Cargo.toml | 1 + activitystreams-ext/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e0b863c..3fa6e97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "activitystreams" +description = "A set of core types and traits for activitystreams data" version = "0.7.0-alpha.0" license = "GPL-3.0" authors = ["asonix "] diff --git a/activitystreams-ext/Cargo.toml b/activitystreams-ext/Cargo.toml index da9fd53..6f8a26b 100644 --- a/activitystreams-ext/Cargo.toml +++ b/activitystreams-ext/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "activitystreams-ext" +description = "Extension types for the ActivityStreams crate" version = "0.1.0-alpha.0" license = "GPL-3.0" authors = ["asonix "]