uv/crates/uv-macros/Cargo.toml
Charlie Marsh c996e8e3f3
Enable workspace lint configuration in remaining crates (#4329)
## Summary

We didn't have Clippy enabled (to match our workspace settings) in a few
crates.
2024-06-18 03:02:28 +00:00

14 lines
187 B
TOML

[package]
name = "uv-macros"
version = "0.0.1"
edition = "2021"
[lib]
proc-macro = true
[lints]
workspace = true
[dependencies]
quote = { workspace = true }
syn = { workspace = true }