Skip to content

Commit 2d54258

Browse files
authored
Merge ed48692 into 8eb5733
2 parents 8eb5733 + ed48692 commit 2d54258

File tree

4 files changed

+569
-0
lines changed

4 files changed

+569
-0
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ walkdir = "2.5.0"
6363
hide-proto-docs = []
6464
metrics = []
6565
default = ["hide-proto-docs"]
66+
examples = ["iroh/discovery-local-network"]
67+
68+
[[example]]
69+
name = "mdns-discovery"
70+
required-features = ["examples"]
6671

6772
[patch.crates-io]
6873
iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }

0 commit comments

Comments
 (0)