Install activitystreams-ext
This commit is contained in:
parent
816aefe72a
commit
27c10e5e5c
12
Cargo.lock
generated
12
Cargo.lock
generated
@ -41,6 +41,17 @@ dependencies = [
|
|||||||
"syn 0.13.11",
|
"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]]
|
[[package]]
|
||||||
name = "activitystreams-kinds"
|
name = "activitystreams-kinds"
|
||||||
version = "0.2.1"
|
version = "0.2.1"
|
||||||
@ -3205,6 +3216,7 @@ dependencies = [
|
|||||||
"activitypub",
|
"activitypub",
|
||||||
"activitystreams",
|
"activitystreams",
|
||||||
"activitystreams-derive",
|
"activitystreams-derive",
|
||||||
|
"activitystreams-ext",
|
||||||
"activitystreams-traits",
|
"activitystreams-traits",
|
||||||
"array_tool",
|
"array_tool",
|
||||||
"askama_escape",
|
"askama_escape",
|
||||||
|
Loading…
Reference in New Issue
Block a user