ruff/crates/ruff_testing_macros/Cargo.toml
2023-03-09 10:07:39 +00:00

16 lines
348 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 }