From 019c68684d6d2feedd1b14dbc4cc028088d51c37 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Wed, 11 Feb 2026 15:23:22 +0800 Subject: [PATCH] add git quicer --- apps/sdlan/src/sdlan.app.src | 1 + rebar.config | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/sdlan/src/sdlan.app.src b/apps/sdlan/src/sdlan.app.src index be8ab20..69679fc 100644 --- a/apps/sdlan/src/sdlan.app.src +++ b/apps/sdlan/src/sdlan.app.src @@ -17,6 +17,7 @@ throttle, dns_erlang, pkt, + quicer, parse_trans, mnesia, erts, diff --git a/rebar.config b/rebar.config index 19b784d..33e12c6 100644 --- a/rebar.config +++ b/rebar.config @@ -8,6 +8,7 @@ {gpb, ".*", {git, "https://github.com/tomas-abrahamsson/gpb.git", {tag, "4.21.1"}}}, {throttle, ".*", {git, "https://github.com/lambdaclass/throttle.git", {tag, "0.3.0"}}}, {dns_erlang, ".*", {git, "https://github.com/dnsimple/dns_erlang.git", {tag, "v4.4.0"}}}, + {quicer, ".*", {git, "https://github.com/emqx/quic.git", {tag, "0.4.0"}}}, {pkt, ".*", {git, "https://github.com/msantos/pkt.git", {tag, "0.6.0"}}}, {sync, ".*", {git, "https://github.com/rustyio/sync.git", {branch, "master"}}}, {parse_trans, ".*", {git, "https://github.com/uwiger/parse_trans", {tag, "3.0.0"}}},