9e7b81391d
I dug through my archives for this and found a version that, while unfortunately not the latest implementation, is close enough to the real thing to show off what Finito did. This is a Postgres-backed state-machine library for complex application logic. I wrote this originally for a work purpose in a previous life, but have always wanted to apply it elsewhere, too. git-subtree-dir: users/tazjin/finito git-subtree-mainline:0380841eb1
git-subtree-split:b748117225
Change-Id: I0de02d6258568447a14870f1a533812a67127763
6 lines
80 B
TOML
6 lines
80 B
TOML
[workspace]
|
|
members = [
|
|
"finito-core",
|
|
"finito-door",
|
|
"finito-postgres"
|
|
]
|