2022-11-25 20:14:17 +00:00
|
|
|
[package]
|
|
|
|
name = "sway-ipc"
|
|
|
|
version = "0.1.0"
|
2022-12-13 22:19:25 +00:00
|
|
|
authors = ["Michael Lindman <michael.lindman@gmail.com>"]
|
2022-11-25 20:14:17 +00:00
|
|
|
edition = "2021"
|
2023-05-09 11:07:06 +00:00
|
|
|
description = "ipc library for sway"
|
|
|
|
repository = "git.0cd.xyz/michael/sway-ipc"
|
|
|
|
license-file = "LICENSE"
|
2022-11-25 20:14:17 +00:00
|
|
|
|
2022-12-13 22:19:25 +00:00
|
|
|
[profile.release]
|
|
|
|
strip = "symbols"
|
2022-11-25 20:14:17 +00:00
|
|
|
|
2022-11-30 18:41:44 +00:00
|
|
|
[dependencies]
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
serde_json = "1.0"
|