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.
14 lines
203 B
TOML
14 lines
203 B
TOML
[package]
|
|
name = "ezpg_macros"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
darling = "0.20.10"
|
|
itertools = "0.13.0"
|
|
proc-macro2 = "1.0.92"
|
|
quote = "1.0.38"
|
|
syn = "2.0.92"
|