diff options
author | Vincent Ambo <mail@tazj.in> | 2018-09-26T09·36+0200 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2018-09-26T14·54+0200 |
commit | 60824a06f1db981a07d738c71ba65c965a473838 (patch) | |
tree | 41e493c4edf16c0fa0c7b76f16da9d06af5edf26 /Cargo.toml | |
parent | da66599696dce1378e6fcef6a5149ba60e5006a2 (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.toml | 3 |
1 files changed, 2 insertions, 1 deletions
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" ] |