[package]
name = "room-protocol"
version = "3.2.0"
edition = "2021"
description = "Wire format types for the room multi-user chat system"
license = "MIT"
repository = "https://github.com/knoxio/room"
[dependencies]
anyhow = "1"
chrono = { version = "0.4", features = ["serde"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
uuid = { version = "1", features = ["v4"] }
[lints]
workspace = true