Fries
0e3ffc0991
this should make the code cleaner if we need to add more crates as it can get messy if we keep stacking crates in the root directory
13 lines
231 B
TOML
13 lines
231 B
TOML
[package]
|
|
name = "proc_macros"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
syn = "2.0"
|
|
quote = "1.0"
|