sula-alus/Cargo.toml
2025-01-16 17:54:22 +02:00

26 lines
738 B
TOML

[package]
name = "sula-alus"
authors = ["Kristofers Solo <dev@kristofers.xyz>"]
version = "0.1.5"
edition = "2021"
description = "A CLI tool to encode strings and files using Sula-Alus encoding"
repository = "https://github.com/kristoferssolo/sula-alus"
documentation = "https://docs.rs/sula-alus"
homepage = "https://github.com/kristoferssolo/sula-alus"
license = "MIT OR Apache-2.0"
keywords = ["cli", "string", "text", "utility"]
categories = ["command-line-utilities"]
exclude = ["/.github", "/.gitignore", "/tests", "*.png", "*.md"]
readme = "README.md"
[dependencies]
clap = { version = "4.5", features = ["derive"] }
[dev-dependencies]
[lints.clippy]
pedantic = "warn"
nursery = "warn"
unwrap_used = "warn"
expect_used = "warn"