feat(core): Add serde trait bounds to FSM types
These are required by multiple backend implementations, and any attempt at making them optional will result in less appreciable APIs.
This commit is contained in:
parent
536793dbbb
commit
1a90856ba4
2 changed files with 20 additions and 10 deletions
|
|
@ -4,3 +4,4 @@ version = "0.1.0"
|
|||
authors = ["Vincent Ambo <mail@tazj.in>"]
|
||||
|
||||
[dependencies]
|
||||
serde = "1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue