tvl-depot/finito-door/Cargo.toml
Vincent Ambo 60824a06f1 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.
2018-09-26 16:54:03 +02:00

7 lines
143 B
TOML

[package]
name = "finito-door"
version = "0.1.0"
authors = ["Vincent Ambo <vincent@aprila.no>"]
[dependencies.finito]
path = "../finito-core"