2024-06-11 06:09:13 +00:00
|
|
|
# SPDX-License-Identifier: LGPL-3.0-or-later
|
|
|
|
# See Notices.txt for copyright information
|
|
|
|
[package]
|
|
|
|
name = "fayalite-proc-macros"
|
|
|
|
workspace = "../.."
|
2024-07-12 05:39:00 +00:00
|
|
|
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
|
2024-06-11 06:09:13 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
2024-07-12 05:39:00 +00:00
|
|
|
fayalite-proc-macros-impl = { workspace = true }
|