15 lines
273 B
TOML
15 lines
273 B
TOML
[package]
|
|
name = "formbeam_derive"
|
|
description = "Form system for the Hornbeam template engine (derive macros)"
|
|
license = "AGPL-3.0-or-later"
|
|
version = "0.0.5"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0.86"
|
|
quote = "1.0.36"
|
|
syn = "2.0.72"
|