arcayr
96f3081f9a
a lot of this is pillaged from [miniorm](https://github.com/meuter/miniorm-rs) and [sqlx-crud](https://github.com/treydempsey/sqlx-crud) and then streamlined for a specific uuid-only, postgres-only use-case.
6 lines
86 B
TOML
6 lines
86 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"crates/ezpg",
|
|
"crates/ezpg-macros",
|
|
]
|