mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
19 lines
494 B
TOML
19 lines
494 B
TOML
[package]
|
|
name = "pay-respects-module-runtime-rules"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# for crates.io
|
|
description = "Runtime rules module 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"
|
|
|
|
toml = { version = "0.8" }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
pay-respects-utils = {version = "0.1.0", path = "../utils"}
|