This website requires JavaScript.
Explore
Help
Register
Sign in
mdebray
/
tvl-depot
Watch
1
Star
0
Fork
You've already forked tvl-depot
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
49c4cc6c56
tvl-depot
/
users
/
tazjin
/
finito
/
Cargo.toml
7 lines
80 B
TOML
Raw
Normal View
History
Unescape
Escape
feat(core): Check in Finito core library The implementation of this library is closely modeled after the core abstraction in the Haskell library. This does not at all concern itself with persistence, interpretation of effects and so on.
2018-09-26 11:34:37 +02:00
[
workspace
]
members
=
[
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 11:36:08 +02:00
"finito-core"
,
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.
2018-09-26 16:53:04 +02:00
"finito-door"
,
"finito-postgres"
feat(core): Check in Finito core library The implementation of this library is closely modeled after the core abstraction in the Haskell library. This does not at all concern itself with persistence, interpretation of effects and so on.
2018-09-26 11:34:37 +02:00
]
Reference in a new issue
Copy permalink