ruff/crates/ruff_testing_macros/Cargo.toml

16 lines
385 B
TOML

[package]
name = "ruff_testing_macros"
edition = "2021"
version = "0.0.0"
publish = false
[lib]
proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
glob = { workspace = true }
proc-macro2 = { workspace = true }
quote = { workspace = true }
syn = { workspace = true, features = ["extra-traits", "full"] }