start, reverse guard, cli-frontend for server and client

This commit is contained in:
2026-01-01 18:54:36 +03:00
commit 5fbb32d243
30 changed files with 4700 additions and 0 deletions

26
ostp-client/Cargo.toml Normal file
View File

@@ -0,0 +1,26 @@
[package]
name = "ostp-client"
version.workspace = true
edition.workspace = true
description = "OSTP Stealth VPN Client"
[[bin]]
name = "ostp-client"
path = "src/main.rs"
[dependencies]
ostp = { path = "../ostp" }
ostp-guard = { path = "../ostp-guard" }
tokio.workspace = true
anyhow.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
clap.workspace = true
hex.workspace = true
serde.workspace = true
serde_json.workspace = true
dialoguer.workspace = true
console.workspace = true
[target.'cfg(windows)'.dependencies]
# Windows-specific deps will go here (wintun, etc.)