mirror of
https://github.com/astral-sh/uv
synced 2026-01-25 23:40:11 -05:00
## Summary We didn't have Clippy enabled (to match our workspace settings) in a few crates.
15 lines
187 B
TOML
15 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 }
|