WIP: Create apub_inbox crate #8

Draft
steffo wants to merge 40 commits from feature/apub-inbox into main
6 changed files with 6 additions and 0 deletions
Showing only changes of commit f756e10557 - Show all commits

View file

@ -25,3 +25,4 @@ mediatype = { version = "0.19.18", features = ["serde"] }
[lints.clippy]
tabs-in-doc-comments = "allow"
let-and-return = "allow"

View file

@ -36,3 +36,4 @@ required-features = ["bin"]
[lints.clippy]
tabs-in-doc-comments = "allow"
let-and-return = "allow"

View file

@ -25,3 +25,4 @@ tokio-test = "0.4.4"
[lints.clippy]
tabs-in-doc-comments = "allow"
let-and-return = "allow"

View file

@ -25,3 +25,4 @@ tokio-test = "0.4.4"
[lints.clippy]
tabs-in-doc-comments = "allow"
let-and-return = "allow"

View file

@ -28,3 +28,4 @@ mediatype = { version = "0.19.18", features = ["serde"] }
[lints.clippy]
tabs-in-doc-comments = "allow"
type-complexity = "allow"
let-and-return = "allow"

View file

@ -20,3 +20,4 @@ tokio = { version = "1.41.1", features = ["net"] }
[lints.clippy]
tabs-in-doc-comments = "allow"
let-and-return = "allow"