pay-respects/utils/Cargo.toml

16 lines
329 B
TOML
Raw Normal View History

[package]
name = "pay-respects-utils"
version = "0.1.0"
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"
license = "AGPL-3.0"
include = ["**/*.rs"]
[dependencies]
regex-lite = "0.1"