lisensor 0.2.0

Tool to automatically add, check, and fix license notices in the source files
Documentation
[package]
name = "lisensor"
version = "0.2.0"
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.41"
serde = "1"

[dependencies.cu]
package = "pistonite-cu"
version = "0.4.0"
features = ["print", "fs", "coroutine-heavy", "toml"]
# path = "../cu/packages/copper"

[features]
default = ["cli"]
cli = ["cu/cli"]

[package.metadata.binstall.signing]
algorithm = "minisign"
pubkey = "RWThJQKJaXayoZBe0YV5LV4KFkQwcqQ6Fg9dJBz18JnpHGdf/cHUyKs+"