From 27c10e5e5cb0db3d24d4611e02b2edda3f66b1fb Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Sat, 5 Feb 2022 15:49:16 +0900 Subject: [PATCH] Install activitystreams-ext --- Cargo.lock | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 6eba6fa7..281af121 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -41,6 +41,17 @@ dependencies = [ "syn 0.13.11", ] +[[package]] +name = "activitystreams-ext" +version = "0.1.0-alpha.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb8e19a0810cc25df3535061a08b7d8f8a734d309ea4411c57a9767e4a2ffa0e" +dependencies = [ + "activitystreams", + "serde 1.0.136", + "serde_json", +] + [[package]] name = "activitystreams-kinds" version = "0.2.1" @@ -3205,6 +3216,7 @@ dependencies = [ "activitypub", "activitystreams", "activitystreams-derive", + "activitystreams-ext", "activitystreams-traits", "array_tool", "askama_escape",