We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38e92b commit 2e15a8bCopy full SHA for 2e15a8b
Cargo.toml
@@ -58,16 +58,12 @@ testresult = "0.4.1"
58
tracing-subscriber = { version = "0.3.19", features = ["fmt"] }
59
tracing-test = "0.2.5"
60
walkdir = "2.5.0"
61
+iroh = { version = "0.90", features = ["discovery-local-network"]}
62
63
[features]
64
hide-proto-docs = []
65
metrics = []
-default = ["hide-proto-docs", "examples"]
66
-examples = ["iroh/discovery-local-network"]
67
-
68
-[[example]]
69
-name = "mdns-discovery"
70
-required-features = ["examples"]
+default = ["hide-proto-docs"]
71
72
[patch.crates-io]
73
iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
examples/request.rs
0 commit comments