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]