[dependencies]
[lib]
name = "redpen_shim"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Esteban Küber <esteban@kuber.com.ar>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A proc-macro attribute provider that allows crates to annotate their code with redpen lints without breaking their build."
documentation = "https://docs.rs/redpen-linter"
edition = "2021"
license = "MIT"
name = "redpen-shim"
readme = false
repository = "https://github.com/estebank/redpen"
version = "0.4.0"