pinnacle/api/rust/pinnacle-api-macros/Cargo.toml
Ottatop a9d9a38e9d
Some checks failed
CI (Pinnacle) / Build (push) Has been cancelled
CI (Pinnacle) / Run tests (push) Has been cancelled
CI (Pinnacle) / Check formatting (push) Has been cancelled
CI (Pinnacle) / Clippy check (push) Has been cancelled
Build and Publish Lua Docs / Build (push) Has been cancelled
Build Rust Docs / Build docs (push) Has been cancelled
Bump non-smithay dependencies
2024-12-16 14:50:42 -06:00

16 lines
339 B
TOML

[package]
name = "pinnacle-api-macros"
version = "0.0.2"
edition.workspace = true
authors.workspace = true
description = "Macros for `pinnacle-api`"
license = "MPL-2.0"
repository.workspace = true
[dependencies]
quote = "1.0.37"
syn = { version = "2.0.90", features = ["full", "parsing"] }
proc-macro2 = "1.0.92"
[lib]
proc-macro = true