start, reverse guard, cli-frontend for server and client
This commit is contained in:
17
ostp/Cargo.toml
Normal file
17
ostp/Cargo.toml
Normal 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
|
||||
Reference in New Issue
Block a user