[package]
edition = "2024"
name = "wrightty-protocol"
version = "0.2.6"
authors = ["Moe Jay"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Protocol types for the Wrightty terminal automation protocol"
homepage = "https://github.com/moejay/wrightty"
readme = false
license = "MIT"
repository = "https://github.com/moejay/wrightty"
resolver = "2"
[lib]
name = "wrightty_protocol"
path = "src/lib.rs"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"