wrightty-protocol 0.2.6

Protocol types for the Wrightty terminal automation protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "wrightty-protocol"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Protocol types for the Wrightty terminal automation protocol"

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"