(activitypub) disable doctest
This commit is contained in:
parent
bc3903a9a6
commit
855296967a
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,9 @@ edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
[lib]
|
||||||
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.71"
|
anyhow = "1.0.71"
|
||||||
async-trait = "0.1.68"
|
async-trait = "0.1.68"
|
||||||
|
@ -38,3 +41,4 @@ thiserror = "1.0.40"
|
||||||
tokio = { version = "1.28.1", features = ["test-util", "macros"] }
|
tokio = { version = "1.28.1", features = ["test-util", "macros"] }
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
url = { version = "2.3.1", features = ["serde"] }
|
url = { version = "2.3.1", features = ["serde"] }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue