Skip to content

Commit 5e62fb6

Browse files
refactor: move ProtocolHandler docs to iroh-docs (#2859)
Depends on n0-computer/iroh-docs#3
1 parent 9e5edad commit 5e62fb6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,4 @@ iroh-router = { path = "./iroh-router" }
5454

5555
iroh-blobs = { git = "https://github.com/n0-computer/iroh-blobs", branch = "main" }
5656
iroh-gossip = { git = "https://github.com/n0-computer/iroh-gossip", branch = "main" }
57+
iroh-docs = { git = "https://github.com/n0-computer/iroh-docs", branch = "main" }

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ ignore = [
3939
allow-git = [
4040
"https://github.com/n0-computer/iroh-blobs.git",
4141
"https://github.com/n0-computer/iroh-gossip.git",
42+
"https://github.com/n0-computer/iroh-docs.git",
4243
]

0 commit comments

Comments
 (0)