| 1 | [package] |
| 2 | name = "hyprkvm-common" |
| 3 | version.workspace = true |
| 4 | edition.workspace = true |
| 5 | authors.workspace = true |
| 6 | license.workspace = true |
| 7 | description = "Shared types and protocols for HyprKVM" |
| 8 | |
| 9 | [dependencies] |
| 10 | serde = { workspace = true } |
| 11 | serde_json = { workspace = true } |
| 12 | thiserror = { workspace = true } |