mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-27 07:45:28 +00:00
12 lines
144 B
TOML
12 lines
144 B
TOML
[package]
|
|
name = "main_proc_macro"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
quote = "1.0.41"
|
|
syn = "2.0.108"
|