13 lines
360 B
TOML
13 lines
360 B
TOML
[package]
|
|
name = "cargo_common_metadata_pass"
|
|
version = "0.1.0"
|
|
publish = false
|
|
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]
|