From 420c636ba11ae9740ad58f733042f40fc835d3ad Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 14 May 2018 01:21:24 -0500 Subject: [PATCH] Add readmes to Cargo.tomls --- Cargo.toml | 1 + activitystreams-types/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 46c87bf..9aef387 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ version = "0.1.0" license = "GPL-3.0" authors = ["asonix "] repository = "https://github.com/asonix/activitystreams" +readme = "README.md" keywords = ["activitystreams", "activitypub"] [dependencies] diff --git a/activitystreams-types/Cargo.toml b/activitystreams-types/Cargo.toml index c48eb4b..ad64feb 100644 --- a/activitystreams-types/Cargo.toml +++ b/activitystreams-types/Cargo.toml @@ -5,6 +5,7 @@ version = "0.1.0" license = "GPL-3.0" authors = ["asonix "] repository = "https://github.com/asonix/activitystreams" +readme = "README.md" keywords = ["activitystreams", "activitypub"] [dependencies]