b1e00ff026
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.
6 lines
80 B
TOML
6 lines
80 B
TOML
[workspace]
|
|
members = [
|
|
"finito-core",
|
|
"finito-door",
|
|
"finito-postgres"
|
|
]
|