websocket protocol

This commit is contained in:
2024-10-19 16:00:31 +02:00
parent 5e651b382d
commit b94b3cf44f
13 changed files with 440 additions and 217 deletions

11
avam-protocol/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "avam-protocol"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.90"
bincode = "1.3.3"
flate2 = { version = "1.0.34", features = ["zlib-rs"] }
serde = { version = "1.0.210", features = ["derive"] }
thiserror = "1.0.64"