17 lines
347 B
TOML
17 lines
347 B
TOML
[package]
|
|
name = "georm-macros"
|
|
description = "Macro support for Georm. Not intended to be used directly."
|
|
version.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
deluxe = "0.5.0"
|
|
proc-macro2 = "1.0.93"
|
|
quote = "1.0.38"
|
|
syn = "2.0.96" |