From 3ac64d3d08567c4732cbde2b1b9ac30056c4e536 Mon Sep 17 00:00:00 2001 From: "D. Scott Boggs" Date: Sun, 29 Jan 2023 07:03:09 -0500 Subject: [PATCH] Add description to entities crate --- entities/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/entities/Cargo.toml b/entities/Cargo.toml index 487cb44..ef1838e 100644 --- a/entities/Cargo.toml +++ b/entities/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "mastodon-async-entities" +description = "Types for (de)serializing entities from the Mastodon API; part of mastodon-async" version.workspace = true license.workspace = true