mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 22:54:28 -05:00
Use consistent Cargo.toml metadata in all crates (#5015)
This commit is contained in:
@@ -2,8 +2,13 @@
|
||||
name = "ruff_python_stdlib"
|
||||
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 }
|
||||
|
||||
[lib]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user