Move state_res from tuwunel_core to tuwunel_service.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2026-02-16 05:43:03 +00:00
parent 6a550baf5f
commit 9ede830ffe
73 changed files with 134 additions and 131 deletions

5
Cargo.lock generated
View File

@@ -5417,16 +5417,19 @@ dependencies = [
"blurhash",
"bytes",
"const-str",
"criterion",
"ctor",
"futures",
"hickory-resolver",
"http",
"image",
"insta",
"ipaddress",
"ldap3",
"log",
"loole",
"lru-cache",
"maplit",
"rand 0.8.5",
"regex",
"reqwest 0.13.1",
@@ -5438,9 +5441,11 @@ dependencies = [
"serde_json",
"serde_yaml",
"sha2",
"similar",
"termimad",
"tokio",
"tracing",
"tracing-subscriber",
"tuwunel_core",
"tuwunel_database",
"url",