swayipc-types 1.3.1

A library containing Type defintions from sway's IPC interface
Documentation
[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
optional = true
version = "1"

[features]
default = ["error"]
error = ["thiserror"]

[package]
authors = ["Jayce Fayne <jayce.fayne@mailbox.org>"]
categories = ["network-programming"]
description = "A library containing Type defintions from sway's IPC interface"
edition = "2021"
keywords = ["sway", "swaywm", "swayipc", "ipc"]
license = "MIT"
name = "swayipc-types"
readme = "README.md"
repository = "https://github.com/jaycefayne/swayipc-rs"
version = "1.3.1"