| 1 |
[package] |
| 2 |
name = "gargears-ipc" |
| 3 |
version.workspace = true |
| 4 |
edition.workspace = true |
| 5 |
license.workspace = true |
| 6 |
authors.workspace = true |
| 7 |
description = "IPC protocol types for gargears" |
| 8 |
|
| 9 |
[dependencies] |
| 10 |
serde.workspace = true |
| 11 |
serde_json.workspace = true |
| 12 |
thiserror.workspace = true |