mirror of
https://github.com/BlueTheDuck/nds-rs.git
synced 2025-06-18 11:05:51 -04:00
15 lines
321 B
TOML
15 lines
321 B
TOML
[package]
|
|
name = "nds-proc-macros"
|
|
version = "0.1.0"
|
|
authors = ["BlueTheDuck <hello@perezv.ar>"]
|
|
edition.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "2.0", features = ["full"]}
|
|
quote = "1.0"
|