rust-analyzer/crates/ra-salsa/ra-salsa-macros/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
464 B
TOML
Raw Normal View History

2024-02-07 15:29:46 +00:00
[package]
name = "salsa-macros"
version = "0.0.0"
authors = ["Salsa developers"]
edition = "2021"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/salsa-rs/salsa"
description = "Procedural macros for the salsa crate"
rust-version.workspace = true
[lib]
proc-macro = true
2024-10-04 19:48:11 +00:00
name = "ra_salsa_macros"
2024-02-07 15:29:46 +00:00
[dependencies]
heck = "0.4"
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "2.0", features = ["full", "extra-traits"] }
2024-02-07 15:53:27 +00:00
[lints]
workspace = true