adapto_client_protocol 0.2.5

WebSocket protocol types for Adapto client-server communication
Documentation
[package]
name = "adapto_client_protocol"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
description = "WebSocket protocol types for Adapto client-server communication"
readme = "README.md"

[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
uuid = { workspace = true }
chrono = { workspace = true }

[dev-dependencies]
insta = { workspace = true }