Add initial yaak-proxy crate

This commit is contained in:
Gregory Schier
2026-03-06 06:58:45 -08:00
parent 88f5f0e045
commit 32f22aad67
9 changed files with 882 additions and 3 deletions
+2
View File
@@ -17,6 +17,7 @@ members = [
"crates/yaak-tls",
"crates/yaak-ws",
"crates/yaak-api",
"crates/yaak-proxy",
# CLI crates
"crates-cli/yaak-cli",
# Tauri-specific crates
@@ -63,6 +64,7 @@ yaak-templates = { path = "crates/yaak-templates" }
yaak-tls = { path = "crates/yaak-tls" }
yaak-ws = { path = "crates/yaak-ws" }
yaak-api = { path = "crates/yaak-api" }
yaak-proxy = { path = "crates/yaak-proxy" }
# Internal crates - Tauri-specific
yaak-fonts = { path = "crates-tauri/yaak-fonts" }