libswaykbswitch 0.2.0

A library for controlling sway through its IPC interface
Documentation
[package]
name = "libswaykbswitch"
authors = ["Andrey Khorokhorin <a-horohorin@mail.ru>"]
version = "0.2.0"
description = "A library for controlling sway through its IPC interface"
license = "MIT"
repository = "https://github.com/khaser/sway-vim-kbswitch"
keywords = ["sway", "swaywm", "vim"]
readme = "README.md"

[dependencies]
swayipc = "3.0.1"

[lib]
name = "swaykbswitch"
crate-type = ["cdylib"]