From b1e00ff0264fec4f3a5b87470980aebd94db81cf Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 26 Sep 2018 16:53:04 +0200 Subject: feat(postgres): Bootstrap Postgres persistence implementation Adds the initial finito-postgres crate with type definitions for the tables and initial functions to interact with persisted FSMs. This is far from feature complete at this commit. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5d62cea6ec..310133abee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [workspace] members = [ "finito-core", - "finito-door" + "finito-door", + "finito-postgres" ] -- cgit 1.4.1