forehead-cli 0.1.3

A tool for creating and maintaining file headers for code license
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "forehead-cli"
version.workspace = true
edition.workspace = true
license = "Apache-2.0 OR MIT"
authors.workspace = true
repository.workspace = true
description.workspace = true
readme = "README.md"

[dependencies]
forehead-core = { path = "../forehead-core", version = "0.1.3" }
clap.workspace = true
anyhow.workspace = true
serde.workspace = true
serde_json.workspace = true
walkdir.workspace = true
rayon.workspace = true