This commit is contained in:
parent
109dda21ce
commit
6a5f1b8af1
15 changed files with 98 additions and 38 deletions
|
@ -2,13 +2,18 @@
|
|||
# See Notices.txt for copyright information
|
||||
[package]
|
||||
name = "fayalite-proc-macros"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
workspace = "../.."
|
||||
license = "LGPL-3.0-or-later"
|
||||
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 = { version = "=0.1.0", path = "../fayalite-proc-macros-impl" }
|
||||
fayalite-proc-macros-impl = { workspace = true }
|
||||
|
|
1
crates/fayalite-proc-macros/LICENSE.md
Symbolic link
1
crates/fayalite-proc-macros/LICENSE.md
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../LICENSE.md
|
1
crates/fayalite-proc-macros/Notices.txt
Symbolic link
1
crates/fayalite-proc-macros/Notices.txt
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../Notices.txt
|
Loading…
Add table
Add a link
Reference in a new issue