fayalite/crates/fayalite-proc-macros/Cargo.toml
Jacob Lifshay 6a5f1b8af1
All checks were successful
/ test (push) Successful in 9m43s
prep for eventual publishing
2024-07-11 22:39:00 -07:00

20 lines
504 B
TOML

# SPDX-License-Identifier: LGPL-3.0-or-later
# See Notices.txt for copyright information
[package]
name = "fayalite-proc-macros"
workspace = "../.."
description = "an implementation detail of fayalite -- the procedural macros"
categories.workspace = true
edition.workspace = true
keywords.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true
[lib]
proc-macro = true
[dependencies]
fayalite-proc-macros-impl = { workspace = true }