[package]
name = "lisensor"
version = "0.2.1"
edition = "2024"
description = "Tool to automatically add, check, and fix license notices in the source files"
license = "MIT"
repository = "https://github.com/Pistonite/lisensor"
authors = ["Pistonight <pistonknight@outlook.com>"]
keywords = ["license", "copyright", "header", "notice", "cli"]
categories = ["development-tools", "development-tools::build-utils"]
exclude = [
".github/**/*",
"tests/**/*",
"Taskfile.yml",
"Lisensor.toml",
]
[dependencies]
chrono = "0.4.42"
serde = "1"
[dependencies.cu]
package = "pistonite-cu"
version = "0.6.8"
features = ["print", "fs", "coroutine-heavy", "toml"]
[features]
default = ["cli"]
cli = ["cu/cli"]
[package.metadata.binstall.signing]
algorithm = "minisign"
pubkey = "RWThJQKJaXayoZBe0YV5LV4KFkQwcqQ6Fg9dJBz18JnpHGdf/cHUyKs+"