24 lines
657 B
TOML
24 lines
657 B
TOML
# SPDX-License-Identifier: LGPL-3.0-or-later
|
|
# See Notices.txt for copyright information
|
|
[package]
|
|
name = "fayalite-proc-macros-impl"
|
|
workspace = "../.."
|
|
description = "an implementation detail of fayalite -- the procedural macros' implementations"
|
|
categories.workspace = true
|
|
edition.workspace = true
|
|
keywords.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
base16ct.workspace = true
|
|
num-bigint.workspace = true
|
|
prettyplease.workspace = true
|
|
proc-macro2.workspace = true
|
|
quote.workspace = true
|
|
sha2.workspace = true
|
|
syn.workspace = true
|
|
tempfile.workspace = true
|