You've already forked AstralRinth
forked from didirus/AstralRinth
* debug pin macro * Added debug pinning macro * working on windows * removed remaining box pins
11 lines
171 B
TOML
11 lines
171 B
TOML
[package]
|
|
name = "theseus_macros"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "1.0", features = ["full"] }
|
|
quote = "1.0" |