about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2018-09-26T09·36+0200
committerVincent Ambo <mail@tazj.in>2018-09-26T14·54+0200
commit60824a06f1db981a07d738c71ba65c965a473838 (patch)
tree41e493c4edf16c0fa0c7b76f16da9d06af5edf26 /Cargo.toml
parentda66599696dce1378e6fcef6a5149ba60e5006a2 (diff)
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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bb5cb6b670..5d62cea6ec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,4 +1,5 @@
 [workspace]
 members = [
-  "finito-core"
+  "finito-core",
+  "finito-door"
 ]