Use consistent Cargo.toml metadata in all crates (#5015)

This commit is contained in:
Charlie Marsh 2023-06-11 20:02:40 -04:00 committed by GitHub
parent ab3c02342b
commit 68b6d30c46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 108 additions and 19 deletions

View file

@ -1,13 +1,15 @@
[package]
name = "ruff_benchmark"
version = "0.0.0"
publish = false
edition.workspace = true
authors.workspace = true
homepage.workspace = true
documentation.workspace = true
repository.workspace = true
description = "Ruff Micro-benchmarks"
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]
bench = false