mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-01 04:17:42 +00:00
Use consistent Cargo.toml metadata in all crates (#5015)
This commit is contained in:
parent
ab3c02342b
commit
68b6d30c46
20 changed files with 108 additions and 19 deletions
|
|
@ -2,8 +2,13 @@
|
|||
name = "ruff_python_formatter"
|
||||
version = "0.0.0"
|
||||
publish = false
|
||||
authors = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
homepage = { workspace = true }
|
||||
documentation = { workspace = true }
|
||||
repository = { workspace = true }
|
||||
license = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
ruff_formatter = { path = "../ruff_formatter" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue