astreams
: Add dependencies that will be useful later
This commit is contained in:
parent
ea9f372229
commit
b43c000a9e
1 changed files with 7 additions and 0 deletions
|
@ -10,8 +10,15 @@ keywords = ["activitypub", "activitystreams", "federation", "apub", "astreams"]
|
|||
categories = ["web-programming"]
|
||||
|
||||
[dependencies]
|
||||
iref = "3.2.2"
|
||||
json-ld = { version = "0.21.1", features = ["serde", "reqwest"] }
|
||||
log = "0.4.22"
|
||||
serde = { version = "1.0.214", features = ["derive"] }
|
||||
serde_json = "1.0.132"
|
||||
static-iref = "3.0.0"
|
||||
thiserror = "2.0.3"
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread"] }
|
||||
tokio-test = "0.4.4"
|
||||
|
|
Loading…
Reference in a new issue