linelint-cli 0.0.4

Line lint cli
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "linelint-cli"
version = "0.0.4"
edition = "2021"
description = "Line lint cli"
license = "Apache-2.0"
repository = "https://github.com/shoothzj/linelint"
homepage = "https://github.com/shoothzj/linelint"

[dependencies]
linelint = {version = "0.0.4", path = "../linelint"}
clap = { version = "4.5", features = ["derive"] }

[[bin]]
name = "linelint"
path = "src/main.rs"