17 lines
387 B
TOML
17 lines
387 B
TOML
[package]
|
|
name = "ppc750cl-macros"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
authors = ["Richard Patel <me@terorie.dev>"]
|
|
license = "GPL-3.0-or-later"
|
|
description = "Procedural macros for powerpc750cl"
|
|
repository = "https://github.com/terorie/ppc750cl"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0.28"
|
|
quote = "1.0.9"
|
|
syn = { version = "1.0.74", features = ["full", "parsing"] }
|