ezpg/Cargo.toml
arcayr 96f3081f9a
add basic traits and a rough sketch of the derive macro.
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.
2024-12-28 21:48:30 +11:00

6 lines
86 B
TOML

[workspace]
resolver = "2"
members = [
"crates/ezpg",
"crates/ezpg-macros",
]