mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-01 20:30:49 +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
|
|
@ -1,14 +1,15 @@
|
|||
[package]
|
||||
name = "ruff_cli"
|
||||
version = "0.0.272"
|
||||
authors = ["Charlie Marsh <charlie.r.marsh@gmail.com>"]
|
||||
publish = false
|
||||
authors = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
documentation = "https://github.com/astral-sh/ruff"
|
||||
homepage = "https://github.com/astral-sh/ruff"
|
||||
repository = "https://github.com/astral-sh/ruff"
|
||||
homepage = { workspace = true }
|
||||
documentation = { workspace = true }
|
||||
repository = { workspace = true }
|
||||
license = { workspace = true }
|
||||
readme = "../../README.md"
|
||||
license = "MIT"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue