Re-export Either from tuwunel_core.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2026-01-23 23:14:00 +00:00
parent f03321d33d
commit be542da6e4
4 changed files with 2 additions and 4 deletions

View File

@@ -3,10 +3,9 @@ use std::{
time::Duration,
};
use either::Either;
use ipaddress::IPAddress;
use reqwest::{dns::Resolve, redirect};
use tuwunel_core::{Config, Result, err, implement, trace};
use tuwunel_core::{Config, Result, either::Either, err, implement, trace};
use crate::{service, services::OnceServices};