(activitypub) disable doctest

This commit is contained in:
s1idewhist1e 2023-05-27 23:29:26 -07:00
parent bc3903a9a6
commit 855296967a
No known key found for this signature in database
GPG key ID: 9CC756BB9B325062

View file

@ -5,6 +5,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
doctest = false
[dependencies]
anyhow = "1.0.71"
async-trait = "0.1.68"
@ -38,3 +41,4 @@ thiserror = "1.0.40"
tokio = { version = "1.28.1", features = ["test-util", "macros"] }
tracing = "0.1.37"
url = { version = "2.3.1", features = ["serde"] }