From 60824a06f1db981a07d738c71ba65c965a473838 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 26 Sep 2018 11:36:08 +0200 Subject: feat(door): Check in example door implementation Checks in my classic, lockable door example implemented in Finito. This does not yet contain the documentation of the door in the Haskell version of Finito. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bb5cb6b67094..5d62cea6ec2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,5 @@ [workspace] members = [ - "finito-core" + "finito-core", + "finito-door" ] -- cgit 1.4.1