diff options
author | Vincent Ambo <mail@tazj.in> | 2018-12-13T11·08+0100 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2018-12-13T11·24+0100 |
commit | 1a90856ba45a26dccfd9e68d3a9b036d7ceeff82 (patch) | |
tree | 7549a59309ed6347cf210a241da1f164ceb30d70 /finito-core/Cargo.toml | |
parent | 536793dbbb6eba468cf7bf98d1798a28d196cd6f (diff) |
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.
Diffstat (limited to 'finito-core/Cargo.toml')
-rw-r--r-- | finito-core/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/finito-core/Cargo.toml b/finito-core/Cargo.toml index c3a377dd2417..1d7bdb8b01fe 100644 --- a/finito-core/Cargo.toml +++ b/finito-core/Cargo.toml @@ -4,3 +4,4 @@ version = "0.1.0" authors = ["Vincent Ambo <mail@tazj.in>"] [dependencies] +serde = "1.0" |