From 6254d056204b41b346367f9f03a4407b6c2a1a1a Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 26 Sep 2018 18:43:24 +0200 Subject: feat(door): Add serde instances for door FSM types --- finito-door/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'finito-door/Cargo.toml') diff --git a/finito-door/Cargo.toml b/finito-door/Cargo.toml index 3497a1c04cca..ad1cf22d4229 100644 --- a/finito-door/Cargo.toml +++ b/finito-door/Cargo.toml @@ -3,5 +3,9 @@ name = "finito-door" version = "0.1.0" authors = ["Vincent Ambo "] +[dependencies] +serde = "1.0" +serde_derive = "1.0" + [dependencies.finito] path = "../finito-core" -- cgit 1.4.1