sql-forge-macro 0.4.0

Procedural macro implementation for sql-forge.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "sql-forge-macro"
version.workspace = true
edition.workspace = true
description = "Procedural macro implementation for sql-forge."
license.workspace = true
homepage.workspace = true
repository.workspace = true
readme = "README.md"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = { version = "1", features = ["span-locations"] }
quote = "1"
syn = { version = "2", features = ["full"] }
toml = "0.8.23"