licenselint-cli 0.0.4

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

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

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