From 2bfb6ee01673f673c12dac6b97b36d11dc0f87e7 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Thu, 2 May 2024 19:22:58 +0530 Subject: [PATCH] Add `quinn` to default-members Part-of: --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0af8a443..3b851df7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,6 +88,7 @@ default-members = [ "net/webrtc/protocol", "net/webrtc/signalling", "net/ndi", + "net/quinn", "text/ahead", "text/json",