You've already forked lint-policy
Initial commit
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
[package]
|
||||
name = "lint-policy-cli"
|
||||
version = "0.0.1"
|
||||
description = "Track rust lints"
|
||||
repository = "https://git.skrundz.dev/codegen/lints"
|
||||
keywords = ["cargo", "lint"]
|
||||
categories = ["command-line-utilities"]
|
||||
include = ["/src"]
|
||||
publish = true
|
||||
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
license-file.workspace = true
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
[[bin]]
|
||||
doc = false
|
||||
name = "lint-policy"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
lint-policy = { workspace = true, features = ["alloc", "serde"] }
|
||||
|
||||
anyhow = { workspace = true, features = ["std"] }
|
||||
clap = { workspace = true, features = ["color", "derive", "help", "std", "suggestions", "usage"] }
|
||||
itertools = { workspace = true }
|
||||
serde = { workspace = true, features = ["alloc", "derive"] }
|
||||
strum = { workspace = true, features = ["derive"] }
|
||||
thiserror = { workspace = true }
|
||||
toml = { workspace = true, features = ["display", "parse", "serde"] }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
Reference in New Issue
Block a user