tvl-depot/finito-core/Cargo.toml
Vincent Ambo 1a90856ba4 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.
2018-12-13 12:24:41 +01:00

7 lines
116 B
TOML

[package]
name = "finito"
version = "0.1.0"
authors = ["Vincent Ambo <mail@tazj.in>"]
[dependencies]
serde = "1.0"