summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Scott Boggs <scott@tams.tech>2023-01-29 07:03:09 -0500
committerD. Scott Boggs <scott@tams.tech>2023-01-29 07:03:09 -0500
commit3ac64d3d08567c4732cbde2b1b9ac30056c4e536 (patch)
treeb0ad18e5948491ae8c20c426980e52381ad15cc3
parent6ff6697b466f353ac8ba97e2d8e7aac4c3591b56 (diff)
Add description to entities crate
-rw-r--r--entities/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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