swayipc 3.0.3

A library for controlling sway through its IPC interface
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "swayipc"
version = "3.0.3"
authors = ["Jayce Fayne <jayce.fayne@mailbox.org>"]
edition = "2021"
description = "A library for controlling sway through its IPC interface"
license = "MIT"
repository = "https://github.com/jaycefayne/swayipc-rs"
categories = ["network-programming"]
keywords = ["sway", "swaywm", "swayipc", "ipc"]
readme = "README.md"

[dependencies]
swayipc-types = { version = "1", path = "../types" }
serde = "1"
serde_json = "1"