2020-05-18 20:56:33 +02:00
|
|
|
[package]
|
2022-07-17 18:10:01 -04:00
|
|
|
name = "cargo_common_metadata_pass"
|
2020-05-18 20:56:33 +02:00
|
|
|
version = "0.1.0"
|
2020-05-21 14:46:04 +02:00
|
|
|
publish = false
|
2020-05-18 20:56:33 +02:00
|
|
|
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"]
|
2020-06-05 22:30:14 +02:00
|
|
|
|
|
|
|
[workspace]
|