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 cf69534 commit bb0fbc2Copy full SHA for bb0fbc2
crates/http/BUILD.bazel
@@ -36,3 +36,8 @@ scuffle_example(
36
name = "examples_echo_tls",
37
srcs = ["examples/echo_tls.rs"],
38
)
39
+
40
+scuffle_example(
41
+ name = "examples_webtransport",
42
+ srcs = ["examples/webtransport.rs"],
43
+)
0 commit comments