This commit is contained in:
parent
109dda21ce
commit
6a5f1b8af1
15 changed files with 98 additions and 38 deletions
|
@ -2,17 +2,22 @@
|
|||
# See Notices.txt for copyright information
|
||||
[package]
|
||||
name = "fayalite-proc-macros-impl"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
workspace = "../.."
|
||||
license = "LGPL-3.0-or-later"
|
||||
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 = "0.2.0"
|
||||
num-bigint = "0.4.4"
|
||||
prettyplease = "0.2.20"
|
||||
proc-macro2 = "1.0.78"
|
||||
quote = "1.0.35"
|
||||
sha2 = "0.10.8"
|
||||
syn = { version = "2.0.53", features = ["full", "fold", "visit", "extra-traits"] }
|
||||
tempfile = "3.10.1"
|
||||
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 }
|
||||
|
|
1
crates/fayalite-proc-macros-impl/LICENSE.md
Symbolic link
1
crates/fayalite-proc-macros-impl/LICENSE.md
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../LICENSE.md
|
1
crates/fayalite-proc-macros-impl/Notices.txt
Symbolic link
1
crates/fayalite-proc-macros-impl/Notices.txt
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../Notices.txt
|
Loading…
Add table
Add a link
Reference in a new issue