ezpg/crates/ezpg-macros/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

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"