trisquel-icecat/icecat/tools/profiler/rust-api/macros/Cargo.toml

13 lines
196 B
TOML

[package]
name = "profiler-macros"
version = "0.1.0"
authors = ["The GNU Project Developers"]
edition = "2018"
license = "MPL-2.0"
[lib]
proc-macro = true
[dependencies]
syn = "2"
quote = "1.0"