mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +00:00
12 lines
409 B
TOML
12 lines
409 B
TOML
[package]
|
|
name = "cargo_common_metadata"
|
|
version = "0.1.0"
|
|
authors = ["Random person from the Internet <someone@someplace.org>"]
|
|
description = "A test package for the cargo_common_metadata lint"
|
|
repository = "https://github.com/someone/cargo_common_metadata"
|
|
readme = "README.md"
|
|
license = "MIT OR Apache-2.0"
|
|
keywords = ["metadata", "lint", "clippy"]
|
|
categories = ["development-tools::testing"]
|
|
|
|
[workspace]
|