e2e-test-model 0.3.0

Model structs that are shared between the backend and frontend.
Documentation
[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.sqlx]
features = ["runtime-tokio-rustls", "postgres", "uuid", "time"]
optional = true
version = "0.6"

[dependencies.time]
features = ["serde", "formatting", "parsing"]
version = "0.3"

[dependencies.uuid]
features = ["serde", "v4"]
version = "1"

[package]
authors = ["Stephen Cirner <scirner@figure.com>"]
description = "Model structs that are shared between the backend and frontend."
edition = "2021"
license = "Apache-2.0"
name = "e2e-test-model"
version = "0.3.0"