tvl-depot/Cargo.toml
Vincent Ambo b1e00ff026 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:54:06 +02:00

6 lines
80 B
TOML

[workspace]
members = [
"finito-core",
"finito-door",
"finito-postgres"
]