tailwag_orm_macros 0.3.0

A collection of macros supporting the tailwag_orm crate.
Documentation
[lib]
proc_macro = true

[package]
name = "tailwag_orm_macros"
version = "0.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/nikwithak/tailwag_orm"
description = "A collection of macros supporting the tailwag_orm crate."


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
syn = { version = "2.0.39", features = ["extra-traits"] }
proc-macro2 = "1.0.70"
quote = "1.0.33"
tailwag_orm = {version = "0.3.0", path = ".."}
tailwag_utils = { version = "0.3.0", path = "../../utils" }