pay-respects/utils/Cargo.toml

16 lines
346 B
TOML
Raw Normal View History

[package]
name = "pay-respects-utils"
2025-04-09 19:15:05 +02:00
version = "0.1.8"
edition = "2021"
2024-12-08 17:57:16 +01:00
# for crates.io
description = "Utilities for the pay-respects CLI tool"
homepage = "https://codeberg.org/iff/pay-respects"
repository = "https://github.com/iffse/pay-respects"
2024-12-29 16:16:13 +01:00
license = "MPL-2.0"
2024-12-08 17:57:16 +01:00
include = ["**/*.rs"]
[dependencies]
regex-lite = "0.1"
2025-01-06 20:23:44 +01:00
itertools = "0.14"