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

17
ostp/Cargo.toml Normal file
View File

@@ -0,0 +1,17 @@
[package]
name = "ostp"
version.workspace = true
edition.workspace = true
[dependencies]
tokio.workspace = true
chacha20poly1305.workspace = true
x25519-dalek.workspace = true
bytes.workspace = true
anyhow.workspace = true
thiserror.workspace = true
tracing.workspace = true
hmac.workspace = true
sha2.workspace = true
rand.workspace = true
uuid.workspace = true