From f608f7a4d643238d9a2de78e2e12b58532005f81 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Mon, 2 May 2022 22:48:17 +0900 Subject: [PATCH] Install activitystreams --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.lock b/Cargo.lock index 8e0d5d79..291f450f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3157,6 +3157,7 @@ name = "plume" version = "0.7.1" dependencies = [ "activitypub", + "activitystreams", "atom_syndication", "chrono", "clap",