shpool-protocol 0.3.0

shpool-protocol defines the internal protocol shpool uses to talk between its client and daemon processes. You almost certainly don't need to use it directly.
Documentation
[dependencies.anyhow]
version = "1"

[dependencies.clap]
features = ["derive"]
version = "4"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[package]
authors = ["Ethan Pailes <pailes@google.com>"]
description = """
shpool-protocol defines the internal protocol
shpool uses to talk between its client and daemon processes.
You almost certainly don't need to use it directly.
"""
edition = "2021"
keywords = ["tmux", "tty", "terminal", "shell", "persistence"]
license = "Apache-2.0"
name = "shpool-protocol"
readme = "README.md"
repository = "https://github.com/shell-pool/shpool"
rust-version = "1.74"
version = "0.3.0"